]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/tools/img2png.py
added default value (0) for flags argument of AdjustForParentClientOrigin()
[wxWidgets.git] / wxPython / wx / tools / img2png.py
index 5967f8a7eca96c725f1314d46b5dd28662f36341..7caee94d0d603ce1df69301415bbdb0b0b55c13b 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 img2png
 _rename(globals(), img2png.__dict__, modulename='tools.img2png')