Changeset 15517 for main/waeup.kofa
- Timestamp:
- 24 Jul 2019, 22:00:44 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/container.py
r15501 r15517 121 121 """Deliver virtual export container. 122 122 """ 123 # create a virtual exports container and return it124 container = VirtualApplicantsExportJobContainer()125 123 if name == 'exports': 124 # create a virtual exports container and return it 125 container = VirtualApplicantsExportJobContainer() 126 126 zope.location.location.located(container, self, 'exports') 127 return container128 if name == 'bursary_exports':129 zope.location.location.located(container, self, 'bursary_exports')130 127 return container 131 128 return None
Note: See TracChangeset for help on using the changeset viewer.