source: products/quintagroup.formlib.captcha/branches/captchas-refactoring/quintagroup/formlib/captcha/form/interfaces.py @ 2055

Last change on this file since 2055 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.