Ignore:
Timestamp:
14 Dec 2014, 21:48:41 (10 years ago)
Author:
Henrik Bettermann
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.pcn/trunk/src/kofacustom/pcn/university/batching.py

    r11840 r12234  
    11from waeup.kofa.university.batching import FacultyProcessor
    2 from kofacustom.pcn.university.faculty import IFaculty
     2from kofacustom.pcn.university.faculty import ICustomFaculty
    33
    44class FacultyProcessor(FacultyProcessor):
    55    """A batch processor for IFaculty objects.
    66    """
    7     iface = IFaculty
     7    iface = ICustomFaculty
Note: See TracChangeset for help on using the changeset viewer.