- Timestamp:
- 13 Sep 2022, 07:06:32 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.lpng/trunk/src/kofacustom/lpng/applicants/applicant.py
r17013 r17091 23 23 from kofacustom.nigeria.applicants.applicant import NigeriaApplicant 24 24 from kofacustom.lpng.applicants.interfaces import( 25 ICustomApplicant, ICustomApplicantEdit )25 ICustomApplicant, ICustomApplicantEdit, IPollingUnit) 26 26 27 27 class CustomApplicant(NigeriaApplicant): 28 28 29 grok.implements(ICustomApplicant, ICustomApplicantEdit )29 grok.implements(ICustomApplicant, ICustomApplicantEdit, IPollingUnit) 30 30 grok.provides(ICustomApplicant) 31 31
Note: See TracChangeset for help on using the changeset viewer.