From ac5abdd6065dfd63c3136b8317521cedbbb9109e Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 7 May 2005 06:28:20 +0000 Subject: [PATCH] Add new modules to __all__ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/__init__.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wxPython/src/__init__.py b/wxPython/src/__init__.py index d6c0977443..ef39beb15d 100644 --- a/wxPython/src/__init__.py +++ b/wxPython/src/__init__.py @@ -26,16 +26,18 @@ __all__ = [ 'calendar', 'grid', 'html', + 'media', + 'webkit', 'wizard', + 'xrc', # contribs (need a better way to find these...) 'activex', + 'animate', 'gizmos', 'glcanvas', 'iewin', - 'ogl', 'stc', - 'xrc', ] # Load the package namespace with the core classes and such -- 2.50.0