Ignore:
Timestamp:
15 Jul 2012, 01:31:47 (12 years ago)
Author:
uli
Message:

Use new base interfaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-zc-async/src/waeup/kofa/applicants/interfaces.py

    r8778 r9004  
    2626from zope.schema.interfaces import (
    2727    ValidationError, ISource, IContextSourceBinder)
     28from waeup.kofa.browser.interfaces import IApplicantBase
    2829from waeup.kofa.schema import TextLineChoice, FormattedDate
    2930from waeup.kofa.interfaces import (
     
    306307    'year'].order =  IApplicantsContainer['year'].order
    307308
    308 class IApplicantBaseData(IKofaObject):
     309class IApplicantBaseData(IApplicantBase):
    309310    """The data for an applicant.
    310311
Note: See TracChangeset for help on using the changeset viewer.