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

Last change on this file since 3605 was 3121, checked in by vmaksymiv, 13 years ago

pep8 fixes

  • Property svn:eol-style set to native
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.