X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fded56b375bf7a4687af1cdb182899614c1b2a8..05e1201cb5943fb9c75f5612e9fb9323358edab5:/wxPython/wx/lib/scrolledpanel.py diff --git a/wxPython/wx/lib/scrolledpanel.py b/wxPython/wx/lib/scrolledpanel.py index 5c1d6a2648..3a809ae20d 100644 --- a/wxPython/wx/lib/scrolledpanel.py +++ b/wxPython/wx/lib/scrolledpanel.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.lib import scrolledpanel _rename(globals(), scrolledpanel.__dict__, modulename='lib.scrolledpanel')