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

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

Repair package. Hopefully we'll never need this package.

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