]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wx/tools/XRCed/encode_bitmaps.py
VC++ .NET can load DSW files just fine
[wxWidgets.git] / wxPython / wx / tools / XRCed / encode_bitmaps.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.XRCed import encode_bitmaps
9_rename(globals(), encode_bitmaps.__dict__, modulename='tools.XRCed.encode_bitmaps')
10del encode_bitmaps
11del _rename