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/interfaces.py

    r7250 r7255  
    1818"""Interfaces of the university application package.
    1919"""
    20 import os
    21 import re
    2220
    2321from grokcore.content.interfaces import IContainer
     
    2624from zope.interface import Interface, Attribute
    2725from zope.component import getUtilitiesFor
    28 from zope.pluggableauth.interfaces import IPrincipalInfo
    29 from zope.security.interfaces import IGroupClosureAwarePrincipal as IPrincipal
    3026from zc.sourcefactory.basic import BasicSourceFactory
    3127from waeup.sirp.interfaces import (
Note: See TracChangeset for help on using the changeset viewer.