Ignore:
Timestamp:
3 Dec 2011, 05:25:51 (13 years ago)
Author:
Henrik Bettermann
Message:

Remove unused imports.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/authentication.py

    r7240 r7255  
    2020"""
    2121import grok
    22 from zope.component import getUtility
    23 from zope.password.interfaces import IPasswordManager
    24 from zope.pluggableauth.interfaces import (
    25     IAuthenticatorPlugin, ICredentialsPlugin)
    26 from zope.pluggableauth.plugins.session import (
    27     SessionCredentialsPlugin, SessionCredentials)
    28 from zope.publisher.interfaces.http import IHTTPRequest
    29 from zope.session.interfaces import ISession
    30 from waeup.sirp.authentication import SIRPPrincipalInfo, get_principal_role_manager
    31 from waeup.sirp.interfaces import (
    32     IAuthPluginUtility, IUserAccount, IPasswordValidator)
     22from zope.pluggableauth.interfaces import IAuthenticatorPlugin
     23from waeup.sirp.interfaces import IAuthPluginUtility, IUserAccount
    3324from waeup.sirp.applicants.interfaces import IApplicant
    3425from waeup.sirp.students.authentication import (
Note: See TracChangeset for help on using the changeset viewer.