]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/help.py
Merged the wxPy_newswig branch into the HEAD branch (main trunk)
[wxWidgets.git] / wxPython / wx / help.py
diff --git a/wxPython/wx/help.py b/wxPython/wx/help.py
deleted file mode 100644 (file)
index d05b132..0000000
+++ /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