Changeset 8929 for main/waeup.uniben/trunk
- Timestamp:
- 7 Jul 2012, 09:51:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/export.py
r8928 r8929 21 21 from waeup.kofa.applicants.interfaces import IApplicantBaseData 22 22 from waeup.kofa.applicants.export import ApplicantsExporter 23 from waeup.uniben.applicants.interfaces import ICustomUGApplicant, ICustomPGApplicant 23 from kofacustom.nigeria.applicants.interfaces import ( 24 INigeriaUGApplicant, INigeriaPGApplicant) 25 from waeup.uniben.applicants.interfaces import ( 26 ICustomUGApplicant, ICustomPGApplicant) 24 27 25 28 class CustomApplicantsExporter(ApplicantsExporter): … … 30 33 ICustomUGApplicant.names() + 31 34 ICustomPGApplicant.names() + 35 INigeriaUGApplicant.names() + 36 INigeriaPGApplicant.names() + 32 37 IApplicantBaseData.names() 33 38 ))) + ('container_code',)
Note: See TracChangeset for help on using the changeset viewer.