source:
products/quintagroup.formlib.captcha/branches/captchas-refactoring/quintagroup/formlib/captcha/interfaces.py
@
2058
Last change on this file since 2058 was 2058, checked in by mylan, 13 years ago | |
---|---|
|
|
File size: 117 bytes |
Line | |
---|---|
1 | from zope.schema.interfaces import IASCIILine |
2 | |
3 | class ICaptcha(IASCIILine): |
4 | u"""A field for captcha validation""" |
Note: See TracBrowser
for help on using the repository browser.