- Timestamp:
- 28 Nov 2014, 09:55:52 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.wdu/trunk/src/kofacustom/wdu/applicants/export.py
r11940 r12086 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) … … 26 26 ICustomUGApplicant, ICustomPGApplicant) 27 27 28 class CustomApplicant sExporter(NigeriaApplicantsExporter):28 class CustomApplicantExporter(NigeriaApplicantExporter): 29 29 """Exporter for Custom Applicants. 30 30 """
Note: See TracChangeset for help on using the changeset viewer.