Changeset 9797 for main/waeup.kofa/trunk/src/waeup/kofa/university
- Timestamp:
- 13 Dec 2012, 15:39:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/university/department.py
r9734 r9797 28 28 from waeup.kofa.interfaces import IKofaUtils 29 29 from waeup.kofa.university.interfaces import IDepartment, IDepartmentAdd 30 31 class VirtualDepartmentExportJobContainer(VirtualExportJobContainer): 32 """A virtual export job container for departments. 33 """ 30 34 31 35 class Department(grok.Container): … … 72 76 elif name == 'exports': 73 77 # create a virtual exports container and return it 74 container = Virtual ExportJobContainer()78 container = VirtualDepartmentExportJobContainer() 75 79 zope.location.location.located(container, self, 'exports') 76 80 return container
Note: See TracChangeset for help on using the changeset viewer.