X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fded56b375bf7a4687af1cdb182899614c1b2a8..8ccff7d2116057a0e79db28491a6c7fdf4051a58:/wxPython/wx/py/PyCrust.py diff --git a/wxPython/wx/py/PyCrust.py b/wxPython/wx/py/PyCrust.py index 26b64d239d..128639a9bd 100644 --- a/wxPython/wx/py/PyCrust.py +++ b/wxPython/wx/py/PyCrust.py @@ -1,11 +1,11 @@ """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.py import PyCrust _rename(globals(), PyCrust.__dict__, modulename='py.PyCrust') del PyCrust del _rename + +if __name__ == '__main__': + main()