source:
main/kofacustom.pcn/trunk/src/kofacustom/pcn/university/batching.py
Last change on this file was 12234, checked in by , 11 years ago | |
---|---|
File size: 245 bytes |
Rev | Line | |
---|---|---|
[11840] | 1 | from waeup.kofa.university.batching import FacultyProcessor |
[12234] | 2 | from kofacustom.pcn.university.faculty import ICustomFaculty |
[11840] | 3 | |
4 | class FacultyProcessor(FacultyProcessor): | |
5 | """A batch processor for IFaculty objects. | |
6 | """ | |
[12234] | 7 | iface = ICustomFaculty |
Note: See TracBrowser for help on using the repository browser.