- Timestamp:
- 14 May 2012, 10:04:25 (13 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/batching.py
r8378 r8444 21 21 from waeup.kofa.utils.batching import BatchProcessor 22 22 from waeup.kofa.applicants.batching import ApplicantProcessor 23 from waeup. uniben.applicants.interfaces import ICustomApplicant23 from waeup.aaue.applicants.interfaces import ICustomApplicant 24 24 25 25 class CustomApplicantProcessor(ApplicantProcessor):
Note: See TracChangeset for help on using the changeset viewer.