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