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