Changeset 14035 for main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/applicants/tests/test_applicant.py
- Timestamp:
- 20 Jul 2016, 11:38:34 (8 years ago)
- Location:
- main/kofacustom.coewarri/trunk/src/kofacustom/coewarri
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/applicants/tests/test_applicant.py
r10765 r14035 30 30 from waeup.kofa.interfaces import IFileStoreHandler, IFileStoreNameChooser 31 31 from waeup.kofa.testing import FunctionalTestCase 32 from kofacustom. skeleton.applicants.applicant import (32 from kofacustom.coewarri.applicants.applicant import ( 33 33 CustomApplicant, CustomApplicantFactory, 34 34 ) 35 from kofacustom. skeleton.applicants.interfaces import ICustomApplicant36 from kofacustom. skeleton.testing import FunctionalLayer35 from kofacustom.coewarri.applicants.interfaces import ICustomApplicant 36 from kofacustom.coewarri.testing import FunctionalLayer 37 37 38 38 class CustomApplicantTest(FunctionalTestCase):
Note: See TracChangeset for help on using the changeset viewer.