Regenerated the files for the wx renamer package

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-06-11 23:56:55 +00:00
parent 2ac01a6ca3
commit 1f1c4a921b
115 changed files with 845 additions and 723 deletions

View File

@@ -1,3 +1,11 @@
# Py is really located in the old namespace, but it doesn't need any
# renaming done.
from wxPython.py.PyCrust import *
"""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.py import PyCrust
_rename(globals(), PyCrust.__dict__, modulename='py.PyCrust')
del PyCrust
del _rename