Changeset 6601 for main/waeup.sirp/trunk
- Timestamp:
- 12 Aug 2011, 16:51:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/container.py
r6478 r6601 66 66 applicants types are saved to disk. 67 67 """ 68 raise NotImplemented ()68 raise NotImplementedError() 69 69 70 70 def clear(self, app_ids=None, archive=True): … … 85 85 database. 86 86 """ 87 raise NotImplemented ()87 raise NotImplementedError() 88 88 89 89 ApplicantsContainer = attrs_to_fields(ApplicantsContainer)
Note: See TracChangeset for help on using the changeset viewer.