source: products/quintagroup.formlib.captcha/branches/captchas-refactoring/quintagroup/formlib/captcha/field.py @ 2058

Last change on this file since 2058 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: 156 bytes
Line 
1from zope.interface import implements
2from zope.schema import ASCIILine
3from interfaces import ICaptcha
4
5class Captcha(ASCIILine):
6    implements(ICaptcha)
Note: See TracBrowser for help on using the repository browser.