Ignore:
Timestamp:
Apr 21, 2011 1:43:09 PM (13 years ago)
Author:
vmaksymiv
Message:

pep8, pyflakes fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.pfg.captcha/trunk/quintagroup/pfg/captcha/widget.py

    r2099 r3168  
    44CAPTCHA_MACRO = "captchaField_widget" 
    55 
     6 
    67class CaptchaWidget(StringWidget): 
    78    _properties = StringWidget._properties.copy() 
    8     _properties.update( {'macro' : CAPTCHA_MACRO} ) 
     9    _properties.update({'macro': CAPTCHA_MACRO}) 
    910 
    1011 
    1112registerWidget(CaptchaWidget, 
    12                title = 'Captcha widget', 
    13                description= ('Renders captcha image and string input',), 
    14                used_for = ('quintagroup.pfg.captcha.field.CaptchaField',) 
     13               title='Captcha widget', 
     14               description=('Renders captcha image and string input',), 
     15               used_for=('quintagroup.pfg.captcha.field.CaptchaField',) 
    1516              ) 
Note: See TracChangeset for help on using the changeset viewer.