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