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