]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/colourchooser/pycolourchooser.py
RemoveEventHandler() didn't reset all pointers correctly (patch 819545)
[wxWidgets.git] / wxPython / wx / lib / colourchooser / pycolourchooser.py
index 4b1049ef3b86ec50cb4a123d4fc3a1c59223e273..2429cecc95ce3ef726a206ff3bc00278c28394a1 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.lib.colourchooser import pycolourchooser
 _rename(globals(), pycolourchooser.__dict__, modulename='lib.colourchooser.pycolourchooser')