Ignore:
Timestamp:
31 May 2012, 20:34:44 (12 years ago)
Author:
Henrik Bettermann
Message:

Update according to r8577 - r8582.

File:
1 edited

Legend:

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

    r8460 r8584  
    2525"""
    2626from waeup.fceokene.students.interfaces import (
    27     ICustomStudent,
     27    ICustomStudent, ICustomStudentUpdateByRegNo,
     28    ICustomStudentUpdateByMatricNo
    2829    )
    2930from waeup.kofa.students.batching import StudentProcessor
     
    3334    """
    3435    iface = ICustomStudent
     36    iface_byregnumber = ICustomStudentUpdateByRegNo
     37    iface_bymatricnumber = ICustomStudentUpdateByMatricNo
Note: See TracChangeset for help on using the changeset viewer.