source: products/quintagroup.z3cform.captcha/trunk/quintagroup/z3cform/captcha/interfaces.py @ 3546

Last change on this file since 3546 was 3546, checked in by vmaksymiv, 12 years ago

PPP fixes

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