Changeset 9095


Ignore:
Timestamp:
9 Aug 2012, 08:55:27 (12 years ago)
Author:
uli
Message:

Mark export jobs by special interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-zc-async/src/waeup/kofa/utils/batching.py

    r9093 r9095  
    3939    IBatchProcessor, FatalCSVError, IObjectConverter, IJobManager,
    4040    ICSVExporter, IGNORE_MARKER, DuplicationError, JOB_STATUS_MAP,
    41     IExportJobContainer)
     41    IExportJobContainer, IExportJob)
    4242
    4343class BatchProcessor(grok.GlobalUtility):
     
    540540    removed after being used.
    541541    """
     542    grok.implements(IExportJob)
     543
    542544    def __init__(self, site, exporter_name):
    543545        super(AsyncExportJob, self).__init__(
Note: See TracChangeset for help on using the changeset viewer.