]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/wx/wizard.py
Added SetColumnCount method
[wxWidgets.git] / wxPython / wx / wizard.py
... / ...
CommitLineData
1
2"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
3
4from wx import _rename
5from wxPython import wizard
6_rename(globals(), wizard.__dict__, modulename='wizard')
7del wizard
8del _rename