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:
@@ -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 rcsizer
|
||||
prefix.rename(d_new=globals(), d_old=rcsizer.__dict__)
|
||||
_rename(globals(), rcsizer.__dict__, modulename='lib.rcsizer')
|
||||
del rcsizer
|
||||
|
||||
del prefix
|
||||
del wx
|
||||
del _rename
|
||||
|
Reference in New Issue
Block a user