Replaced all occurences of id with winid for Objective-C++ compatibility
[wxWidgets.git] / wxPython / wx / lib / floatbar.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.lib import floatbar
6 _rename(globals(), floatbar.__dict__, modulename='lib.floatbar')
7 del floatbar
8 del _rename