X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eb6a4098a0f2e9ae55e72ad960b3dfc134d177c9..d14a1e28567de23c586bc80017073d0c39f8d18f:/wxPython/wx/help.py diff --git a/wxPython/wx/help.py b/wxPython/wx/help.py deleted file mode 100644 index d05b132813..0000000000 --- a/wxPython/wx/help.py +++ /dev/null @@ -1,8 +0,0 @@ - -"""Renamer stub: provides a way to drop the wx prefix from wxPython objects.""" - -from wx import _rename -from wxPython import help -_rename(globals(), help.__dict__, modulename='help') -del help -del _rename