- Timestamp:
- 24 Nov 2021, 07:26:21 (3 years ago)
- Location:
- main/kofacustom.unidel/trunk/src/kofacustom/unidel/browser
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/browser/pages.py
r16717 r16721 21 21 LoginPage, CertificatePage, CertificateManageFormPage) 22 22 from waeup.kofa.university.interfaces import ICertificate 23 from kofacustom. skeleton.interfaces import (23 from kofacustom.unidel.interfaces import ( 24 24 ICustomSessionConfiguration, ICustomSessionConfigurationAdd) 25 25 -
main/kofacustom.unidel/trunk/src/kofacustom/unidel/browser/tests.py
r16717 r16721 22 22 from zope.security.interfaces import Unauthorized 23 23 from waeup.kofa.testing import FunctionalTestCase 24 from kofacustom. skeleton.testing import FunctionalLayer24 from kofacustom.unidel.testing import FunctionalLayer 25 25 from waeup.kofa.app import University 26 26
Note: See TracChangeset for help on using the changeset viewer.