Changeset 14716 for main/kofacustom.dspg/trunk/src/kofacustom/dspg/browser
- Timestamp:
- 11 Jul 2017, 13:57:00 (8 years ago)
- Location:
- main/kofacustom.dspg/trunk/src/kofacustom/dspg
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/browser/pages.py
r14712 r14716 21 21 LoginPage, CertificatePage, CertificateManageFormPage) 22 22 from waeup.kofa.university.interfaces import ICertificate 23 from kofacustom.dsp ou.interfaces import (23 from kofacustom.dspg.interfaces import ( 24 24 ICustomSessionConfiguration, ICustomSessionConfigurationAdd) 25 25 -
main/kofacustom.dspg/trunk/src/kofacustom/dspg/browser/tests.py
r14712 r14716 22 22 from zope.security.interfaces import Unauthorized 23 23 from waeup.kofa.testing import FunctionalTestCase 24 from kofacustom.dsp ou.testing import FunctionalLayer24 from kofacustom.dspg.testing import FunctionalLayer 25 25 from waeup.kofa.app import University 26 26
Note: See TracChangeset for help on using the changeset viewer.