# HG changeset patch # User Thierry Florac # Date 1494926721 -7200 # Node ID 827feec71488870679e951ec17ce49adb9917d2d # Parent 1731fb6afaaf21d119fe824d282591e489e4ba29 Added base interface for thesaurus extract diff -r 1731fb6afaaf -r 827feec71488 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"""