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:
@@ -21,9 +21,6 @@ import os, sys, glob
|
||||
wxmodule_template = """
|
||||
\"\"\"Renamer stub: provides a way to drop the wx prefix from wxPython objects.\"\"\"
|
||||
|
||||
__cvsid__ = \"\x24Id: \x24\"
|
||||
__revision__ = \"\x24Revision: \x24\"[11:-2]
|
||||
|
||||
from wx import _rename
|
||||
from wxPython%(prefix)s import %(suffix)s
|
||||
_rename(globals(), %(suffix)s.__dict__, modulename='%(name)s')
|
||||
|
Reference in New Issue
Block a user