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