]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/stattext.py
fixed memory leak (#817324)
[wxWidgets.git] / wxPython / wx / lib / stattext.py
index 4c152232d4a26d9092a42331878c82b32ccda680..220696621736abc7adb9fed476b06accae5ac196 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 import stattext
 _rename(globals(), stattext.__dict__, modulename='lib.stattext')