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,15 +1,11 @@
"""Provides a way to drop the wx prefix from wxPython objects."""
__author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
__cvsid__ = "$Id$"
__revision__ = "$Revision$"[11:-2]
import wx
from wx import prefix
from wx import _rename
from wxPython.lib import ClickableHtmlWindow
prefix.rename(d_new=globals(), d_old=ClickableHtmlWindow.__dict__)
_rename(globals(), ClickableHtmlWindow.__dict__, modulename='lib.ClickableHtmlWindow')
del ClickableHtmlWindow
del prefix
del wx
del _rename