Changeset 7235 for main/waeup.sirp/trunk/src/waeup
- Timestamp:
- 29 Nov 2011, 05:33:54 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/authentication.py
r7234 r7235 245 245 return None 246 246 247 class ApplicantsAuth Utility(grok.GlobalUtility):247 class ApplicantsAuthenticatorSetup(grok.GlobalUtility): 248 248 """A global utility that sets up any PAU passed. 249 249
Note: See TracChangeset for help on using the changeset viewer.