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

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

PPP fixes

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