Changeset 5005 for main/waeup.sirp/trunk/src/waeup/sirp/browser/pages.py
- Timestamp:
- 4 Feb 2010, 11:54:20 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/pages.py
r5000 r5005 10 10 from hurry import yui 11 11 from hurry.workflow.interfaces import NoTransitionAvailableError 12 from waeup.sirp.browser import (WAeUPPage, WAeUPEditFormPage, WAeUPAddFormPage, 13 WAeUPDisplayFormPage, NullValidator) 12 from waeup.sirp.browser import ( 13 WAeUPPage, WAeUPEditFormPage, WAeUPAddFormPage, 14 WAeUPDisplayFormPage, NullValidator) 15 from waeup.sirp.browser.interfaces import ( 16 IUniversity, IFacultyContainer, IFaculty, IDepartment, ICourse, 17 ICertificate, ICertificateCourse) 14 18 from waeup.sirp.catalog import search, search_context 15 from waeup.sirp.interfaces import (IUniversity, IWAeUPObject, IUserContainer, 16 IUserAccount, IFacultyContainer, IDataCenter, 17 IFaculty, IDepartment, ICourse, ICertificate, 18 ICertificateCourse, IWAeUPXMLImporter, 19 IWAeUPXMLExporter) 19 from waeup.sirp.interfaces import( 20 IWAeUPObject, IUserContainer, IUserAccount, IDataCenter, 21 IWAeUPXMLImporter, IWAeUPXMLExporter) 20 22 from waeup.sirp.widgets.interfaces import ITableProvider 21 23 from waeup.sirp.utils.helpers import getName 22 24 from zope import schema 23 from zope.app.security.interfaces import (IAuthentication, 24 IUnauthenticatedPrincipal, 25 ILogout) 25 from zope.app.security.interfaces import ( 26 IAuthentication, IUnauthenticatedPrincipal, ILogout) 26 27 from zope.component import getUtility, createObject 27 28 from zope.component.interfaces import Invalid
Note: See TracChangeset for help on using the changeset viewer.