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

Last change on this file was 2058, checked in by mylan, 14 years ago

#173: Move quintagroup.formlib.captcha.form content into the quintagroup.formlib.captcha, add zope.app.form as direct requirement

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