]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/masked/__init__.py
wx.lib.masked: Patch from Will Sadkin. Includes Unicode fixes, plus
[wxWidgets.git] / wxPython / wx / lib / masked / __init__.py
index 8e2c018745d7c005e9f242207e4b4b715ae89272..0f8824bd42c144c8fc148026779f07d8f9e4fe4e 100644 (file)
@@ -9,6 +9,12 @@
 # Copyright:   (c) 2004
 # License:     wxWidgets license
 #----------------------------------------------------------------------
+__author__  = "Will Sadkin <wsadkin |at| parlancecorp.com>"
+__date__    = "02 Dec 2006, 19:00 GMT-05:00"
+__version__ = "1.11"
+__doc__     = """\
+package providing "masked edit" controls, allowing characters within a data entry control to remain fixed, and providing fine-grain control over allowed user input.
+"""
 
 # import relevant external symbols into package namespace:
 from maskededit import *