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

Last change on this file since 3605 was 3121, checked in by vmaksymiv, 13 years ago

pep8 fixes

  • Property svn:eol-style set to native
File size: 157 bytes
RevLine 
[2058]1from zope.interface import implements
2from zope.schema import ASCIILine
3from interfaces import ICaptcha
4
[3121]5
[2058]6class Captcha(ASCIILine):
7    implements(ICaptcha)
Note: See TracBrowser for help on using the repository browser.