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

@@ -0,0 +1,8 @@
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
from wx import _rename
from wxPython.lib import floatcanvas
_rename(globals(), floatcanvas.__dict__, modulename='lib.floatcanvas')
del floatcanvas
del _rename