Changeset 6178 for main/waeup.sirp/trunk/src/waeup/sirp
- Timestamp:
- 20 May 2011, 22:42:05 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/authentication.py
r6122 r6178 233 233 return None 234 234 if appl_ac is not None and appl_ac != ac.representation: 235 # This should never happen. It means a catalog error. 235 236 return None 236 237 return ApplicantPrincipalInfo(accesscode)
Note: See TracChangeset for help on using the changeset viewer.