- Timestamp:
- 27 May 2012, 16:47:54 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/applicant.py
r8444 r8532 22 22 from waeup.kofa.utils.helpers import attrs_to_fields 23 23 from waeup.aaue.applicants.interfaces import( 24 ICustomApplicant, IUGApplicantEdit, IPGApplicantEdit )24 ICustomApplicant, IUGApplicantEdit, IPGApplicantEdit, IPUTMEApplicantEdit) 25 25 26 26 class CustomApplicant(Applicant): 27 27 28 grok.implements(ICustomApplicant, IUGApplicantEdit, IPGApplicantEdit) 28 grok.implements(ICustomApplicant, IUGApplicantEdit, 29 IPGApplicantEdit, IPUTMEApplicantEdit) 29 30 grok.provides(ICustomApplicant) 30 31
Note: See TracChangeset for help on using the changeset viewer.