]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/gizmos.py
Merged the wxPy_newswig branch into the HEAD branch (main trunk)
[wxWidgets.git] / wxPython / wx / gizmos.py
diff --git a/wxPython/wx/gizmos.py b/wxPython/wx/gizmos.py
deleted file mode 100644 (file)
index 5cc717a..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 gizmos
-_rename(globals(), gizmos.__dict__, modulename='gizmos')
-del gizmos
-del _rename