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