- Timestamp:
- 18 Oct 2012, 05:42:30 (12 years ago)
- Location:
- main/waeup.kwarapoly/trunk/src/waeup/kwarapoly
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/applicants/tests/test_applicant.py
r8933 r9347 30 30 from waeup.kofa.interfaces import IFileStoreHandler, IFileStoreNameChooser 31 31 from waeup.kofa.testing import FunctionalTestCase 32 from waeup. fceokene.applicants.applicant import (32 from waeup.kwarapoly.applicants.applicant import ( 33 33 CustomApplicant, CustomApplicantFactory, 34 34 ) 35 from waeup. fceokene.applicants.interfaces import ICustomApplicant36 from waeup. fceokene.testing import FunctionalLayer35 from waeup.kwarapoly.applicants.interfaces import ICustomApplicant 36 from waeup.kwarapoly.testing import FunctionalLayer 37 37 38 38 class CustomApplicantTest(FunctionalTestCase):
Note: See TracChangeset for help on using the changeset viewer.