]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/ogl/__init__.py
Fix for ogl.FORMAT_SIZE_TO_CONTENTS
[wxWidgets.git] / wxPython / wx / lib / ogl / __init__.py
index c295f493238b82da6eb34f028b4284c53c5f9d80..4629b2c6c1ce3245604f651f42af49474c1c9f9a 100644 (file)
@@ -10,11 +10,11 @@ from _lines import *
 from _bmpshape import *
 from _divided import *
 from _composit import *
-
+from _drawn import *
 
 
 # Set things up for documenting with epydoc.  The __docfilter__ will
-# prevent some things from beign documented, and anything in __all__
+# prevent some things from being documented, and anything in __all__
 # will appear to actually exist in this module.
 import wx._core as _wx
 __docfilter__ = _wx.__DocFilter(globals())