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

See r8530.

File:
1 edited

Legend:

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

    r8444 r8532  
    2222from waeup.kofa.utils.helpers import attrs_to_fields
    2323from waeup.aaue.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.