'tools',
# other modules
+ 'aui',
'calendar',
'grid',
'html',
'media',
+ 'richtext',
'webkit',
'wizard',
'xrc',
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('_')]