]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/splashscreen.py
fixed memory leak (#817324)
[wxWidgets.git] / wxPython / wx / lib / splashscreen.py
index 2c14a2fa1afe974ecad58e11ff3b4498f11082db..1059e15ffd85e67dadff38856ab4a877c66502f0 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 splashscreen
 _rename(globals(), splashscreen.__dict__, modulename='lib.splashscreen')