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