Changeset 3691 in products


Ignore:
Timestamp:
Jul 3, 2013 10:17:39 AM (11 years ago)
Author:
potar
Message:

pep8 fix

File:
1 edited

Legend:

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

    r3690 r3691  
    8282    def _getFormInput(self): 
    8383        """ It returns current form input. """ 
    84         # The original method isn't suitable when the captcha field  
     84        # The original method isn't suitable when the captcha field 
    8585        # is omitted from the request. 
    8686        return self.request.get(self.name, u'') 
Note: See TracChangeset for help on using the changeset viewer.