Changeset 9095 for main/waeup.kofa
- Timestamp:
- 9 Aug 2012, 08:55:27 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-zc-async/src/waeup/kofa/utils/batching.py
r9093 r9095 39 39 IBatchProcessor, FatalCSVError, IObjectConverter, IJobManager, 40 40 ICSVExporter, IGNORE_MARKER, DuplicationError, JOB_STATUS_MAP, 41 IExportJobContainer )41 IExportJobContainer, IExportJob) 42 42 43 43 class BatchProcessor(grok.GlobalUtility): … … 540 540 removed after being used. 541 541 """ 542 grok.implements(IExportJob) 543 542 544 def __init__(self, site, exporter_name): 543 545 super(AsyncExportJob, self).__init__(
Note: See TracChangeset for help on using the changeset viewer.