Ignore:
Timestamp:
18 Apr 2012, 06:05:16 (13 years ago)
Author:
Henrik Bettermann
Message:

Rename customized classes - part2.

Attention: All applicants and students on demo portals must be deleted.

File:
1 edited

Legend:

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

    r8020 r8204  
    2525"""
    2626from waeup.uniben.students.interfaces import (
    27     IStudent,
     27    ICustomStudent,
    2828    )
    2929from waeup.kofa.students.batching import StudentProcessor
    3030
    31 class StudentProcessor(StudentProcessor):
     31class CustomStudentProcessor(StudentProcessor):
    3232    """A batch processor for IStudent objects.
    3333    """
    34     iface = IStudent
     34    iface = ICustomStudent
Note: See TracChangeset for help on using the changeset viewer.