- Timestamp:
- 18 Apr 2012, 06:05:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/batching.py
r8020 r8204 25 25 """ 26 26 from waeup.uniben.students.interfaces import ( 27 I Student,27 ICustomStudent, 28 28 ) 29 29 from waeup.kofa.students.batching import StudentProcessor 30 30 31 class StudentProcessor(StudentProcessor):31 class CustomStudentProcessor(StudentProcessor): 32 32 """A batch processor for IStudent objects. 33 33 """ 34 iface = I Student34 iface = ICustomStudent
Note: See TracChangeset for help on using the changeset viewer.