Ignore:
Timestamp:
9 Dec 2014, 05:21:31 (10 years ago)
Author:
Henrik Bettermann
Message:

Choose consistent exporter names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/batching.py

    r11891 r12180  
    7777        if 'state' in headerfields and 'transition' in headerfields:
    7878            raise FatalCSVError(
    79                 "State and transition can't be  imported at the same time!")
     79                "State and transition can't be imported at the same time!")
    8080        if not 'reg_number' in headerfields and not 'student_id' \
    8181            in headerfields and not 'matric_number' in headerfields:
Note: See TracChangeset for help on using the changeset viewer.