]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/maskednumctrl.py
A huge glob of changes in the 2.4 branch merged over to HEAD
[wxWidgets.git] / wxPython / wx / lib / maskednumctrl.py
diff --git a/wxPython/wx/lib/maskednumctrl.py b/wxPython/wx/lib/maskednumctrl.py
new file mode 100644 (file)
index 0000000..d5ccd48
--- /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 maskednumctrl
+_rename(globals(), maskednumctrl.__dict__, modulename='lib.maskednumctrl')
+del maskednumctrl
+del _rename