Changeset 4164 for waeup/branches/ulif-rewrite
- Timestamp:
- 25 May 2009, 09:54:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-rewrite/src/waeup/interfaces.py
r4160 r4164 186 186 """Delete a user if it exists. 187 187 """ 188 189 class 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.