Changeset 6122


Ignore:
Timestamp:
17 May 2011, 23:30:55 (13 years ago)
Author:
uli
Message:

Remove trailing whitespaces (yep, I do them too ;).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/authentication.py

    r6110 r6122  
    128128        """
    129129        return None
    130    
     130
    131131class WAeUPApplicantCredentialsPlugin(grok.GlobalUtility,
    132132                                      SessionCredentialsPlugin):
     
    205205
    206206        or
    207        
     207
    208208        - the accesscode was already used and a dataset for this
    209209          applicant was already generated with a different accesscode
     
    216216          accesscode set and this accesscode does not match the given
    217217          one.
    218          
     218
    219219        """
    220220        if not isinstance(credentials, dict):
Note: See TracChangeset for help on using the changeset viewer.