]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/tools/XRCed/panel.py
Always set background colour prior to any HTML rendering (this fixes assert in GTK2...
[wxWidgets.git] / wxPython / wx / tools / XRCed / panel.py
index 3d0c4e406696c68b08c096a2f6eea1228ed86e48..970325b305e273867b15947029c607d24c904c74 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.tools.XRCed import panel
 _rename(globals(), panel.__dict__, modulename='tools.XRCed.panel')