]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wx/tools/XRCed/tools.py
Always set background colour prior to any HTML rendering (this fixes assert in GTK2...
[wxWidgets.git] / wxPython / wx / tools / XRCed / tools.py
CommitLineData
1fded56b
RD
1
2"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
3
1fded56b
RD
4from wx import _rename
5from wxPython.tools.XRCed import tools
6_rename(globals(), tools.__dict__, modulename='tools.XRCed.tools')
7del tools
8del _rename