forgot to commit some regenerated files
[wxWidgets.git] / wxPython / wx / gizmos.py
0 / 11 (  0%)
CommitLineData
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 gizmos
9_rename(globals(), gizmos.__dict__, modulename='gizmos')
10del gizmos
11del _rename