- Timestamp:
- 3 Dec 2011, 05:25:51 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/interfaces.py
r7250 r7255 18 18 """Interfaces of the university application package. 19 19 """ 20 import os21 import re22 20 23 21 from grokcore.content.interfaces import IContainer … … 26 24 from zope.interface import Interface, Attribute 27 25 from zope.component import getUtilitiesFor 28 from zope.pluggableauth.interfaces import IPrincipalInfo29 from zope.security.interfaces import IGroupClosureAwarePrincipal as IPrincipal30 26 from zc.sourcefactory.basic import BasicSourceFactory 31 27 from waeup.sirp.interfaces import (
Note: See TracChangeset for help on using the changeset viewer.