]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wx/ogl.py
VC6 template fixes
[wxWidgets.git] / wxPython / wx / ogl.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 ogl
6 _rename(globals(), ogl.__dict__, modulename='ogl')
7 del ogl
8 del _rename