]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/tools/XRCed/tools.py
copy catalogs to builddir
[wxWidgets.git] / wxPython / wx / tools / XRCed / tools.py
index 87f9f1eee8525fbcb1176f7590db47b8a81bdda6..80df95f4c99a679565209c37989f2daa1e8e1d05 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.XRCed import tools
 _rename(globals(), tools.__dict__, modulename='tools.XRCed.tools')