Changeset 3468 in products
- Timestamp:
- May 22, 2012 11:39:17 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quintagroup.z3cform.captcha/trunk/quintagroup/z3cform/captcha/widget.py
r3257 r3468 10 10 11 11 12 class CaptchaError( BaseException):12 class CaptchaError(Exception): 13 13 def __init__(self, value): 14 14 self.value = value
Note: See TracChangeset
for help on using the changeset viewer.