]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wx/py/PyShell.py
Always set background colour prior to any HTML rendering (this fixes assert in GTK2...
[wxWidgets.git] / wxPython / wx / py / PyShell.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.py import PyShell
6_rename(globals(), PyShell.__dict__, modulename='py.PyShell')
7del PyShell
8del _rename
8b9a4190
RD
9
10if __name__ == '__main__':
11 main()