Changeset 12862 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 19 Apr 2015, 05:32:19 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/export.py
r12861 r12862 65 65 class ApplicantExporter(grok.GlobalUtility, ExporterBase): 66 66 """The Applicant Exporter exports application records (= applicants) 67 stored in the database. In contrast to the exporters in the academic s67 stored in the database. In contrast to the exporters in the academic 68 68 section this exporter does not iterate over the items of containers 69 69 but searches the :class:`ApplicantsCatalog` instead.
Note: See TracChangeset for help on using the changeset viewer.