# HG changeset patch # User Thierry Florac # Date 1494926686 -7200 # Node ID 1731fb6afaaf21d119fe824d282591e489e4ba29 # Parent 01a2ab1f4bd871d5f9dbccffd8f3745cb5b9571f Added implemented interface for thesaurus extract diff -r 01a2ab1f4bd8 -r 1731fb6afaaf src/pyams_thesaurus/thesaurus.py --- a/src/pyams_thesaurus/thesaurus.py Tue May 16 11:24:06 2017 +0200 +++ b/src/pyams_thesaurus/thesaurus.py Tue May 16 11:24:46 2017 +0200 @@ -314,7 +314,7 @@ return extracts -@implementer(IThesaurusExtract) +@implementer(IThesaurusExtract, IDefaultProtectionPolicy) class ThesaurusExtract(Persistent, Contained): """Thesaurus extract"""