Ignore:
Timestamp:
27 May 2012, 16:47:35 (12 years ago)
Author:
Henrik Bettermann
Message:

See r8530

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/applicant.py

    r8460 r8531  
    2222from waeup.kofa.utils.helpers import attrs_to_fields
    2323from waeup.fceokene.applicants.interfaces import(
    24     ICustomApplicant, IUGApplicantEdit, IPGApplicantEdit)
     24    ICustomApplicant, IUGApplicantEdit, IPGApplicantEdit, IPUTMEApplicantEdit)
    2525
    2626class CustomApplicant(Applicant):
    2727
    28     grok.implements(ICustomApplicant, IUGApplicantEdit, IPGApplicantEdit)
     28    grok.implements(ICustomApplicant, IUGApplicantEdit,
     29        IPGApplicantEdit, IPUTMEApplicantEdit)
    2930    grok.provides(ICustomApplicant)
    3031
Note: See TracChangeset for help on using the changeset viewer.