]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/__init__.py
Changes needed for building with Python 2.5
[wxWidgets.git] / wxPython / src / __init__.py
index ef39beb15d3c6a6e5241bd0a2d96e637864d5ff4..4b0f1dc287c6d1c04ff57911d07b6b62025e12dc 100644 (file)
@@ -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