Changeset 4622 for waeup/branches/ulif-layout/src
- Timestamp:
- 2 Jan 2010, 12:43:43 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-layout/src/waeup/authentication.py
r4616 r4622 2 2 """ 3 3 import grok 4 from zope import schema5 4 from zope.app.authentication.session import SessionCredentialsPlugin 6 5 from zope.app.authentication.interfaces import (ICredentialsPlugin, … … 8 7 IPrincipalInfo, 9 8 IPasswordManager) 10 from zope.app.security.interfaces import (IAuthentication,11 IUnauthenticatedPrincipal,12 ILogout)13 9 from zope.component import getUtility 14 from zope.interface import Interface15 10 from zope.securitypolicy.interfaces import IPrincipalRoleManager 16 11 from zope.securitypolicy.principalrole import principalRoleManager 17 from waeup.interfaces import IWAeUPObject, IUserAccount 18 from waeup.viewlets import Index, MainArea, LeftSidebar 12 from waeup.interfaces import IUserAccount 19 13 import waeup.permissions 20 14
Note: See TracChangeset for help on using the changeset viewer.