X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fded56b375bf7a4687af1cdb182899614c1b2a8..c85417f62984016f7030f322fd9d6f83c5b2fc54:/wxPython/wx/html.py diff --git a/wxPython/wx/html.py b/wxPython/wx/html.py index 5627c53709..e30cb763f4 100644 --- a/wxPython/wx/html.py +++ b/wxPython/wx/html.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 html _rename(globals(), html.__dict__, modulename='html')