Changeset 16843 for main/waeup.uniben/trunk/src/waeup/uniben/applicants
- Timestamp:
- 28 Feb 2022, 11:59:15 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/export.py
r16318 r16843 26 26 INigeriaUGApplicant, INigeriaPGApplicant, IBankAccount) 27 27 from waeup.uniben.applicants.interfaces import ( 28 IUnibenRegistration, ITranscriptApplicant )28 IUnibenRegistration, ITranscriptApplicant, IFrenchApplicant) 29 29 30 30 class CustomApplicantExporter(NigeriaApplicantExporter): … … 38 38 iface_names(IUnibenRegistration) + 39 39 iface_names(ITranscriptApplicant) + 40 iface_names(IFrenchApplicant) + 40 41 iface_names(IBankAccount) 41 42 ))) + (
Note: See TracChangeset for help on using the changeset viewer.