Changeset 11832 for main/kofacustom.pcn/trunk/src/kofacustom/pcn/browser
- Timestamp:
- 13 Oct 2014, 10:40:59 (10 years ago)
- Location:
- main/kofacustom.pcn/trunk/src/kofacustom/pcn
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.pcn/trunk/src/kofacustom/pcn/browser/pages.py
r11687 r11832 21 21 LoginPage, CertificatePage, CertificateManageFormPage) 22 22 from waeup.kofa.university.interfaces import ICertificate 23 from kofacustom. sampleuni.interfaces import (23 from kofacustom.pcn.interfaces import ( 24 24 ICustomSessionConfiguration, ICustomSessionConfigurationAdd) 25 25 -
main/kofacustom.pcn/trunk/src/kofacustom/pcn/browser/tests.py
r11687 r11832 22 22 from zope.security.interfaces import Unauthorized 23 23 from waeup.kofa.testing import FunctionalTestCase 24 from kofacustom. sampleuni.testing import FunctionalLayer24 from kofacustom.pcn.testing import FunctionalLayer 25 25 from waeup.kofa.app import University 26 26
Note: See TracChangeset for help on using the changeset viewer.