Ignore:
Timestamp:
13 Sep 2022, 07:06:32 (2 years ago)
Author:
Henrik Bettermann
Message:

Implement Polling Unit Locator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.lpng/trunk/src/kofacustom/lpng/applicants/applicant.py

    r17013 r17091  
    2323from kofacustom.nigeria.applicants.applicant import NigeriaApplicant
    2424from kofacustom.lpng.applicants.interfaces import(
    25     ICustomApplicant, ICustomApplicantEdit)
     25    ICustomApplicant, ICustomApplicantEdit, IPollingUnit)
    2626
    2727class CustomApplicant(NigeriaApplicant):
    2828
    29     grok.implements(ICustomApplicant, ICustomApplicantEdit)
     29    grok.implements(ICustomApplicant, ICustomApplicantEdit, IPollingUnit)
    3030    grok.provides(ICustomApplicant)
    3131
Note: See TracChangeset for help on using the changeset viewer.