]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/__init__.py
SetBestSize alias
[wxWidgets.git] / wxPython / src / __init__.py
index 9c45a5b1215be742134f86c83eab7640dd470bc3..53a578b4adeee86042ef9c238d019b3751d59e29 100644 (file)
@@ -52,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('_')]