'tools',
# other modules
+ 'animate',
+ 'aui',
'calendar',
+ 'combo',
'grid',
'html',
'media',
+ 'richtext',
'webkit',
'wizard',
'xrc',
# contribs (need a better way to find these...)
- 'animate',
'gizmos',
'glcanvas',
'stc',
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('_')]