Ignore:
Timestamp:
7 Mar 2024, 12:57:10 (8 months ago)
Author:
Henrik Bettermann
Message:

Simplify application

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.udss/trunk/src/kofacustom/udss/applicants/batching.py

    r17689 r17711  
    1919"""
    2020from kofacustom.nigeria.applicants.batching import NigeriaApplicantProcessor
    21 from waeup.kofa.applicants.batching import ApplicantOnlinePaymentProcessor
     21from waeup.kofa.applicants.batching import (
     22    ApplicantOnlinePaymentProcessor, ApplicantProcessor)
    2223from kofacustom.udss.applicants.interfaces import (
    2324    ICustomApplicant,
     
    2627    )
    2728
    28 class CustomApplicantProcessor(NigeriaApplicantProcessor):
     29class CustomApplicantProcessor(ApplicantProcessor):
    2930
    3031    iface = ICustomApplicant
Note: See TracChangeset for help on using the changeset viewer.