Ignore:
Timestamp:
Apr 20, 2011 10:44:02 AM (13 years ago)
Author:
vmaksymiv
Message:

pep8fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecaptchas/branches/plone4/quintagroup/plonecaptchas/browser/register.py

    r2505 r3160  
    88from quintagroup.plonecaptchas import ProductMessageFactory as _ 
    99 
     10 
    1011class CaptchaSchema(Interface): 
    1112    captcha = Captcha( 
    1213        title=_(u'Type the code'), 
    1314        description=_(u'Type the code from the picture shown below.')) 
     15 
    1416 
    1517class CaptchaRegistrationForm(RegistrationForm): 
     
    2729            ffields["captcha"].custom_widget = CaptchaWidget 
    2830        return ffields 
    29  
Note: See TracChangeset for help on using the changeset viewer.