X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e234d4c9b72709629e655b2935a3bf1262eebcb1..1fded56b375bf7a4687af1cdb182899614c1b2a8:/wxPython/wx/tools/img2py.py diff --git a/wxPython/wx/tools/img2py.py b/wxPython/wx/tools/img2py.py new file mode 100644 index 0000000000..de1d5e2a58 --- /dev/null +++ b/wxPython/wx/tools/img2py.py @@ -0,0 +1,11 @@ + +"""Renamer stub: provides a way to drop the wx prefix from wxPython objects.""" + +__cvsid__ = "$Id$" +__revision__ = "$Revision$"[11:-2] + +from wx import _rename +from wxPython.tools import img2py +_rename(globals(), img2py.__dict__, modulename='tools.img2py') +del img2py +del _rename