X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6aaca5bac6f3ad13add44c220163fda423c40351..6caa0f5cd18fe9fb39c207d5f31fa5633479a822:/wxPython/src/__init__.py diff --git a/wxPython/src/__init__.py b/wxPython/src/__init__.py index 53a578b4ad..1bd0cd4752 100644 --- a/wxPython/src/__init__.py +++ b/wxPython/src/__init__.py @@ -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',