]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/py/interpreter.py
Always set background colour prior to any HTML rendering (this fixes assert in GTK2...
[wxWidgets.git] / wxPython / wx / py / interpreter.py
index b92a9870bff0c70ba664e1e7b3e1768eb2b92a5a..38c4120efa7947a75ae3bf42481084b03c03071e 100644 (file)
@@ -1,9 +1,6 @@
 
 """Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
 
-__cvsid__ = "$Id$"
-__revision__ = "$Revision$"[11:-2]
-
 from wx import _rename
 from wxPython.py import interpreter
 _rename(globals(), interpreter.__dict__, modulename='py.interpreter')