Changeset 12081 for main/waeup.aaue/trunk/src/waeup/aaue/applicants
- Timestamp:
- 28 Nov 2014, 09:53:21 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/export.py
r11546 r12081 20 20 import grok 21 21 from waeup.kofa.applicants.interfaces import IApplicantBaseData 22 from kofacustom.nigeria.applicants.export import NigeriaApplicant sExporter22 from kofacustom.nigeria.applicants.export import NigeriaApplicantExporter 23 23 from kofacustom.nigeria.applicants.interfaces import ( 24 24 INigeriaUGApplicant, INigeriaPGApplicant) 25 25 from waeup.aaue.applicants.interfaces import ICustomUGApplicant 26 26 27 class CustomApplicant sExporter(NigeriaApplicantsExporter):27 class CustomApplicantExporter(NigeriaApplicantExporter): 28 28 """Exporter for Nigeria Applicants. 29 29 """
Note: See TracChangeset for help on using the changeset viewer.