Changeset 4622 for waeup


Ignore:
Timestamp:
2 Jan 2010, 12:43:43 (15 years ago)
Author:
uli
Message:

Remove unused imports.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-layout/src/waeup/authentication.py

    r4616 r4622  
    22"""
    33import grok
    4 from zope import schema
    54from zope.app.authentication.session import SessionCredentialsPlugin
    65from zope.app.authentication.interfaces import (ICredentialsPlugin,
     
    87                                                IPrincipalInfo,
    98                                                IPasswordManager)
    10 from zope.app.security.interfaces import (IAuthentication,
    11                                           IUnauthenticatedPrincipal,
    12                                           ILogout)
    139from zope.component import getUtility
    14 from zope.interface import Interface
    1510from zope.securitypolicy.interfaces import IPrincipalRoleManager
    1611from zope.securitypolicy.principalrole import principalRoleManager
    17 from waeup.interfaces import IWAeUPObject, IUserAccount
    18 from waeup.viewlets import Index, MainArea, LeftSidebar
     12from waeup.interfaces import IUserAccount
    1913import waeup.permissions
    2014
Note: See TracChangeset for help on using the changeset viewer.