- Timestamp:
- 6 Dec 2011, 16:14:51 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/tests/test_authentication.py
r7233 r7290 24 24 from waeup.sirp.testing import FunctionalTestCase, FunctionalLayer 25 25 from waeup.sirp.authentication import ( 26 UserAuthenticatorPlugin, Account, SIRPPrincipalInfo, get_principal_role_manager) 26 UserAuthenticatorPlugin, Account, SIRPPrincipalInfo, 27 get_principal_role_manager) 27 28 28 29 class FakeSite(grok.Site, grok.Container):
Note: See TracChangeset for help on using the changeset viewer.