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