- Timestamp:
- 7 Mar 2024, 12:57:10 (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.udss/trunk/src/kofacustom/udss/applicants/batching.py
r17689 r17711 19 19 """ 20 20 from kofacustom.nigeria.applicants.batching import NigeriaApplicantProcessor 21 from waeup.kofa.applicants.batching import ApplicantOnlinePaymentProcessor 21 from waeup.kofa.applicants.batching import ( 22 ApplicantOnlinePaymentProcessor, ApplicantProcessor) 22 23 from kofacustom.udss.applicants.interfaces import ( 23 24 ICustomApplicant, … … 26 27 ) 27 28 28 class CustomApplicantProcessor( NigeriaApplicantProcessor):29 class CustomApplicantProcessor(ApplicantProcessor): 29 30 30 31 iface = ICustomApplicant
Note: See TracChangeset for help on using the changeset viewer.