- Timestamp:
- 13 Feb 2011, 12:09:54 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/jambtables/interfaces.py
r5753 r5757 40 40 """ 41 41 42 class IResultEntry(IWAeUPObject):43 subject = schema.TextLine(44 title = u'Subject',45 description = u'The subject',46 required=False,47 )48 score = schema.TextLine(49 title = u'Score',50 description = u'The score',51 required=False,52 )53 54 42 55 43 class IApplicantPDEImportData(IApplicantBaseData):
Note: See TracChangeset for help on using the changeset viewer.