Ignore:
Timestamp:
13 Mar 2012, 02:58:45 (13 years ago)
Author:
uli
Message:

Remove trash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/university/export.py

    r7862 r7863  
    4949        faculties = site.get('faculties', {})
    5050        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)
    5451
    5552class DepartmentExporter(FacultyExporter, grok.GlobalUtility):
Note: See TracChangeset for help on using the changeset viewer.