source: products/quintagroup.plonecaptchas/trunk/quintagroup/plonecaptchas/browser/field.py @ 993

Last change on this file since 993 was 871, checked in by crchemist, 17 years ago

Fixed http://projects.quintagroup.com/products/ticket/77 ticket

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