X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2f6eb0606be607c176121ad4ae272e3112f44eb..25b3661bd4cb44304418b93c0dee1d0dfb99765c:/wxPython/wx/lib/ogl/__init__.py?ds=sidebyside diff --git a/wxPython/wx/lib/ogl/__init__.py b/wxPython/wx/lib/ogl/__init__.py index c295f49323..4629b2c6c1 100644 --- a/wxPython/wx/lib/ogl/__init__.py +++ b/wxPython/wx/lib/ogl/__init__.py @@ -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())