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