- Timestamp:
- 14 Dec 2014, 21:48:41 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.pcn/trunk/src/kofacustom/pcn/university/batching.py
r11840 r12234 1 1 from waeup.kofa.university.batching import FacultyProcessor 2 from kofacustom.pcn.university.faculty import I Faculty2 from kofacustom.pcn.university.faculty import ICustomFaculty 3 3 4 4 class FacultyProcessor(FacultyProcessor): 5 5 """A batch processor for IFaculty objects. 6 6 """ 7 iface = I Faculty7 iface = ICustomFaculty
Note: See TracChangeset for help on using the changeset viewer.