Ignore:
Timestamp:
26 Nov 2012, 23:27:46 (12 years ago)
Author:
uli
Message:

Add VirtualExportJobContainers? for storing export jobs in a central exports container.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py

    r9718 r9726  
    12171217        Returns ``None`` if no such entry can be found.
    12181218        """
     1219
     1220class IExportContainerFinder(Interface):
     1221    """A finder for the central export container.
     1222    """
     1223    def __call__():
     1224        """Return the currently used global or site-wide IExportContainer.
     1225        """
Note: See TracChangeset for help on using the changeset viewer.