Changeset 7863 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 13 Mar 2012, 02:58:45 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/university/export.py
r7862 r7863 49 49 faculties = site.get('faculties', {}) 50 50 return self.export(faculties.values(), filepath) 51 for faculty in faculties.values():52 self.write_item(faculty, writer)53 return self.close_outfile(filepath, outfile)54 51 55 52 class DepartmentExporter(FacultyExporter, grok.GlobalUtility):
Note: See TracChangeset for help on using the changeset viewer.