]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wx/glcanvas.py
DMC make.exe can handle include directive, even though it is not documented
[wxWidgets.git] / wxPython / wx / glcanvas.py
1
2 """Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
3
4 from wx import _rename
5 from wxPython import glcanvas
6 _rename(globals(), glcanvas.__dict__, modulename='glcanvas')
7 del glcanvas
8 del _rename