]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/py/crust.py
#if around deprecated macros
[wxWidgets.git] / wxPython / wx / py / crust.py
index b0337c5ba2dbcca8be37478c2b3d6b66ec0411dd..31ddedd27e631770d2a17790bdabaa61c75695f8 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.py import crust
 _rename(globals(), crust.__dict__, modulename='py.crust')