]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/wx/ogl.py
Don't pass notifications to wxMenuBarManager. It will be getting its own.
[wxWidgets.git] / wxPython / wx / ogl.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 ogl
6_rename(globals(), ogl.__dict__, modulename='ogl')
7del ogl
8del _rename