X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/febb39df079df7ee642ad70d47be72cb57870f1c..53cc4e7005aec8a3edd29093b505aceec7ad888c:/wxPython/src/__init__.py?ds=sidebyside diff --git a/wxPython/src/__init__.py b/wxPython/src/__init__.py index 9c45a5b121..53a578b4ad 100644 --- a/wxPython/src/__init__.py +++ b/wxPython/src/__init__.py @@ -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('_')]