Various little tweaks to get up to date with CVS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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('_')]
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user