X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eb6a4098a0f2e9ae55e72ad960b3dfc134d177c9..d14a1e28567de23c586bc80017073d0c39f8d18f:/wxPython/wx/gizmos.py diff --git a/wxPython/wx/gizmos.py b/wxPython/wx/gizmos.py deleted file mode 100644 index 5cc717afb5..0000000000 --- a/wxPython/wx/gizmos.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 gizmos -_rename(globals(), gizmos.__dict__, modulename='gizmos') -del gizmos -del _rename