Ignore:
Timestamp:
13 Feb 2011, 12:09:54 (14 years ago)
Author:
uli
Message:

Remove interface that moved to applicants interfaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/jambtables/interfaces.py

    r5753 r5757  
    4040    """
    4141       
    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 
    5442
    5543class IApplicantPDEImportData(IApplicantBaseData):
Note: See TracChangeset for help on using the changeset viewer.