X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fded56b375bf7a4687af1cdb182899614c1b2a8..20c84410479ba60b03289608a5e6893f2936133d:/wxPython/wx/help.py diff --git a/wxPython/wx/help.py b/wxPython/wx/help.py index 0a5923faf0..d05b132813 100644 --- a/wxPython/wx/help.py +++ b/wxPython/wx/help.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 import help _rename(globals(), help.__dict__, modulename='help')