source: products/quintagroup.formlib.captcha/trunk/quintagroup/formlib/captcha/form/interfaces.py @ 1959

Last change on this file since 1959 was 1959, checked in by liebster, 14 years ago

#173: Copy quintagroup.formlib.captcha (from http://svn.quintagroup.com/elaw/packages/quintagroup.formlib.captcha/) to products repository

File size: 117 bytes
Line 
1from zope.schema.interfaces import IASCIILine
2
3class ICaptcha(IASCIILine):
4    u"""A field for captcha validation"""
Note: See TracBrowser for help on using the repository browser.