Regenerate renamer modules for the wx package

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-09-26 02:44:03 +00:00
parent 03181d8c1e
commit 8cd0be64ff
109 changed files with 32 additions and 333 deletions

View File

@@ -1,9 +1,6 @@
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
__cvsid__ = "$Id$"
__revision__ = "$Revision$"[11:-2]
from wx import _rename
from wxPython.lib import ClickableHtmlWindow
_rename(globals(), ClickableHtmlWindow.__dict__, modulename='lib.ClickableHtmlWindow')