]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wx/tools/img2py.py
configure didn't define __WXDEBUG__, fixed
[wxWidgets.git] / wxPython / wx / tools / img2py.py
CommitLineData
1fded56b
RD
1
2"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
3
4__cvsid__ = "$Id$"
5__revision__ = "$Revision$"[11:-2]
6
7from wx import _rename
8from wxPython.tools import img2py
9_rename(globals(), img2py.__dict__, modulename='tools.img2py')
10del img2py
11del _rename