Changeset 27070

Show
Ignore:
Timestamp:
07/01/2009 08:17:24 PM (14 months ago)
Author:
z3p
Message:

whitespace

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/spwd-3242-2/twisted/conch/checkers.py

    r27066 r27070  
    9393    implements(ICredentialsChecker) 
    9494 
     95 
    9596    def __init__(self, getpwnamFunctions=(getpwnamPasswd, getpwnamShadow)): 
    9697        self.getpwnamFunctions = getpwnamFunctions 
     98 
    9799 
    98100    def requestAvatarId(self, credentials): 
     
    110112        # fallback 
    111113        return defer.fail(UnauthorizedLogin("unable to verify password")) 
     114 
    112115 
    113116