]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/tools/helpviewer.py
wxFileName::Normalize(wxPATH_NORM_ENV_VARS) now works
[wxWidgets.git] / wxPython / wx / tools / helpviewer.py
index 98bd0e24ba8b9bbebe19c02a2e6b9373e7b11d04..588b475ee0f021a1b0a1b38152f35918548c7edc 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 import helpviewer
 _rename(globals(), helpviewer.__dict__, modulename='tools.helpviewer')