]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wx/tools/img2py.py
VC6 template fixes
[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
1fded56b
RD
4from wx import _rename
5from wxPython.tools import img2py
6_rename(globals(), img2py.__dict__, modulename='tools.img2py')
7del img2py
8del _rename