source: products/quintagroup.z3cform.captcha/trunk/quintagroup/z3cform/captcha/field.py @ 3257

Last change on this file since 3257 was 1960, checked in by liebster, 14 years ago

#173: Copy quintagroup.z3cform.captcha (from http://svn.quintagroup.com/elaw/packages/quintagroup.z3cform.captcha/) to products repository

File size: 184 bytes
Line 
1from zope.interface import implements
2from zope.schema import ASCIILine
3from quintagroup.z3cform.captcha.interfaces import ICaptcha
4
5class Captcha(ASCIILine):
6    implements(ICaptcha)
Note: See TracBrowser for help on using the repository browser.