Added base interface for thesaurus extract
authorThierry Florac <thierry.florac@onf.fr>
Tue, 16 May 2017 11:25:21 +0200
changeset 31 827feec71488
parent 30 1731fb6afaaf
child 32 d3f76ee1af66
Added base interface for thesaurus extract
src/pyams_thesaurus/interfaces/thesaurus.py
--- a/src/pyams_thesaurus/interfaces/thesaurus.py	Tue May 16 11:24:46 2017 +0200
+++ b/src/pyams_thesaurus/interfaces/thesaurus.py	Tue May 16 11:25:21 2017 +0200
@@ -172,7 +172,7 @@
                              required=False)
 
 
-class IThesaurusExtract(IThesaurusExtractInfo, IThesaurusExtractRoles):
+class IThesaurusExtract(IThesaurusExtractInfo, IThesaurusExtractRoles, IAttributeAnnotatable):
     """Thesaurus extract info"""