- Timestamp:
- 15 Jul 2012, 01:31:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-zc-async/src/waeup/kofa/applicants/interfaces.py
r8778 r9004 26 26 from zope.schema.interfaces import ( 27 27 ValidationError, ISource, IContextSourceBinder) 28 from waeup.kofa.browser.interfaces import IApplicantBase 28 29 from waeup.kofa.schema import TextLineChoice, FormattedDate 29 30 from waeup.kofa.interfaces import ( … … 306 307 'year'].order = IApplicantsContainer['year'].order 307 308 308 class IApplicantBaseData(I KofaObject):309 class IApplicantBaseData(IApplicantBase): 309 310 """The data for an applicant. 310 311
Note: See TracChangeset for help on using the changeset viewer.