source: main/kofacustom.pcn/trunk/src/kofacustom/pcn/university/batching.py @ 11840

Last change on this file since 11840 was 11840, checked in by Henrik Bettermann, 10 years ago

Customize IFaculty and IDepartment.

File size: 233 bytes
Line 
1from waeup.kofa.university.batching import FacultyProcessor
2from kofacustom.pcn.university.faculty import IFaculty
3
4class FacultyProcessor(FacultyProcessor):
5    """A batch processor for IFaculty objects.
6    """
7    iface = IFaculty
Note: See TracBrowser for help on using the repository browser.