- Timestamp:
- 17 Mar 2012, 23:54:05 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/export.py
r7865 r7903 31 31 fields = ('code', 'title', 'prefix', 'entry_level', 'year', 32 32 'provider', 'application_category', 'description', 33 ' description_dict', 'startdate', 'enddate', 'strict_deadline')33 'startdate', 'enddate', 'strict_deadline') 34 34 35 35 def export(self, containers, filepath=None):
Note: See TracChangeset for help on using the changeset viewer.