X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9cce9de16f93d260e9089bda724e9cf2e3b36b26..07296f0b12657b0f2e28d169dd64d11e901eab8c:/utils/wxPython/modules/ogl/ogl.py diff --git a/utils/wxPython/modules/ogl/ogl.py b/utils/wxPython/modules/ogl/ogl.py index 3a1b62b323..8a478c5ba7 100644 --- a/utils/wxPython/modules/ogl/ogl.py +++ b/utils/wxPython/modules/ogl/ogl.py @@ -31,6 +31,8 @@ from image import * from printfw import * +from sizers import * + from oglbasic import * from oglshapes import * @@ -132,7 +134,7 @@ wxCircleShape = wxPyCircleShape wxLineShape = wxPyLineShape wxPolygonShape = wxPyPolygonShape wxTextShape = wxPyTextShape - +wxControlPoint = wxPyControlPoint # Stuff these names into the wx namespace so wxPyConstructObject can find them import wx @@ -152,4 +154,4 @@ wx.wxPyPolygonShapePtr = wxPyPolygonShapePtr wx.wxPyTextShapePtr = wxPyTextShapePtr wx.wxShapeRegionPtr = wxShapeRegionPtr wx.wxOGLConstraintPtr = wxOGLConstraintPtr -wx.wxControlPointPtr = wxControlPointPtr +wx.wxControlPointPtr = wxPyControlPointPtr