X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ac5abdd6065dfd63c3136b8317521cedbbb9109e..d0ee33f5c6908b4ac5e1364381f0ef00942e3936:/wxPython/src/__init__.py diff --git a/wxPython/src/__init__.py b/wxPython/src/__init__.py index ef39beb15d..4b0f1dc287 100644 --- a/wxPython/src/__init__.py +++ b/wxPython/src/__init__.py @@ -32,11 +32,9 @@ __all__ = [ 'xrc', # contribs (need a better way to find these...) - 'activex', 'animate', 'gizmos', 'glcanvas', - 'iewin', 'stc', ] @@ -44,6 +42,9 @@ __all__ = [ from wx._core import * del wx +if 'wxMSW' in PlatformInfo: + __all__ += ['activex'] + # Load up __all__ with all the names of items that should appear to be # defined in this pacakge so epydoc will document them that way. import wx._core