]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/__init__.py
GetNumberOfLines on GTK doesn't count wrapped lines again...
[wxWidgets.git] / wxPython / src / __init__.py
index 4b0f1dc287c6d1c04ff57911d07b6b62025e12dc..53a578b4adeee86042ef9c238d019b3751d59e29 100644 (file)
@@ -23,10 +23,12 @@ __all__ = [
     'tools',
 
     # other modules
+    'aui',
     'calendar',
     'grid',
     'html',
     'media',
+    'richtext',
     'webkit',
     'wizard',
     'xrc',
@@ -50,8 +52,7 @@ if 'wxMSW' in PlatformInfo:
 import wx._core
 __docfilter__ = wx._core.__DocFilter(globals())
 
-__all__ += [name for name in dir(wx._core)
-            if not (name.startswith('__') and name.endswith('__'))]
+__all__ += [name for name in dir(wx._core) if not name.startswith('_')]