]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wx/dllwidget.py
moved XML classes to the core
[wxWidgets.git] / wxPython / wx / dllwidget.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 import dllwidget
9_rename(globals(), dllwidget.__dict__, modulename='dllwidget')
10del dllwidget
11del _rename