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