]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/tools/img2py.py
wxWindowsPrinter::Print ignored the "All pages" option, instead it was using the...
[wxWidgets.git] / wxPython / wx / tools / img2py.py
index de1d5e2a589fccf6d92728922a4cc3a72df81b2a..cafa4e386e48181a122f687188062ee240fa2653 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 import img2py
 _rename(globals(), img2py.__dict__, modulename='tools.img2py')