Ignore:
Timestamp:
13 Apr 2022, 08:36:53 (2 years ago)
Author:
Henrik Bettermann
Message:

Implement UTP application.

File:
1 edited

Legend:

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

    r9063 r16918  
    2323from kofacustom.nigeria.applicants.applicant import NigeriaApplicant
    2424from waeup.fceokene.applicants.interfaces import(
    25     ICustomApplicant, ICustomUGApplicantEdit, ICustomPGApplicantEdit, IPUTMEApplicantEdit)
     25    ICustomApplicant, ICustomUGApplicantEdit, ICustomPGApplicantEdit,
     26    IPUTMEApplicantEdit)
    2627
    2728class CustomApplicant(NigeriaApplicant):
Note: See TracChangeset for help on using the changeset viewer.