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