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