]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wx/lib/colourchooser/intl.py
#if around deprecated macros
[wxWidgets.git] / wxPython / wx / lib / colourchooser / intl.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.colourchooser import intl
6 _rename(globals(), intl.__dict__, modulename='lib.colourchooser.intl')
7 del intl
8 del _rename