Changeset 4164 for waeup/branches


Ignore:
Timestamp:
25 May 2009, 09:54:00 (15 years ago)
Author:
uli
Message:

Add interface for CSV data receiver containers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-rewrite/src/waeup/interfaces.py

    r4160 r4164  
    186186        """Delete a user if it exists.
    187187        """
     188
     189class ICSVDataReceivers(Interface):
     190    """An object containing things ready for CSV imports.
     191
     192    This is pure marker interface. Objects that implement it, indicate
     193    that they might provide attributes, which are able to receive CSV
     194    data, i.e. for which an IWAeUPCSVDataImporter exists.
     195    """
Note: See TracChangeset for help on using the changeset viewer.