source: products/quintagroup.formlib.captcha/trunk/quintagroup/formlib/captcha/form/field.py @ 1959

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

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

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