]> git.saurik.com Git - wxWidgets.git/commitdiff
Add 'combo' to __all__
authorRobin Dunn <robin@alldunn.com>
Sat, 18 Nov 2006 21:23:43 +0000 (21:23 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 18 Nov 2006 21:23:43 +0000 (21:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/__init__.py

index 53a578b4adeee86042ef9c238d019b3751d59e29..1bd0cd4752e7618ebe6b6153939d404f45f8f7af 100644 (file)
@@ -23,8 +23,10 @@ __all__ = [
     'tools',
 
     # other modules
+    'animate',
     'aui',
     'calendar',
+    'combo',
     'grid',
     'html',
     'media',
@@ -34,7 +36,6 @@ __all__ = [
     'xrc',
 
     # contribs (need a better way to find these...)
-    'animate',
     'gizmos',
     'glcanvas',
     'stc',