- Timestamp:
- 8 Mar 2012, 19:00:51 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/authentication.py
r7364 r7811 21 21 import grok 22 22 from zope.pluggableauth.interfaces import IAuthenticatorPlugin 23 from waeup. sirp.interfaces import IAuthPluginUtility, IUserAccount24 from waeup. sirp.applicants.interfaces import IApplicant25 from waeup. sirp.students.authentication import (23 from waeup.kofa.interfaces import IAuthPluginUtility, IUserAccount 24 from waeup.kofa.applicants.interfaces import IApplicant 25 from waeup.kofa.students.authentication import ( 26 26 StudentAccount, StudentsAuthenticatorPlugin) 27 27
Note: See TracChangeset for help on using the changeset viewer.