X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fded56b375bf7a4687af1cdb182899614c1b2a8..0d2bf8bf458752a18bf6227d65b95cbfe28906d5:/wxPython/wx/tools/helpviewer.py?ds=sidebyside diff --git a/wxPython/wx/tools/helpviewer.py b/wxPython/wx/tools/helpviewer.py index 98bd0e24ba..588b475ee0 100644 --- a/wxPython/wx/tools/helpviewer.py +++ b/wxPython/wx/tools/helpviewer.py @@ -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')