]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/maskedctrl.py
A huge glob of changes in the 2.4 branch merged over to HEAD
[wxWidgets.git] / wxPython / wx / lib / maskedctrl.py
diff --git a/wxPython/wx/lib/maskedctrl.py b/wxPython/wx/lib/maskedctrl.py
new file mode 100644 (file)
index 0000000..4e5aaaf
--- /dev/null
@@ -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