Added implemented interface for thesaurus extract
authorThierry Florac <thierry.florac@onf.fr>
Tue, 16 May 2017 11:24:46 +0200
changeset 30 1731fb6afaaf
parent 29 01a2ab1f4bd8
child 31 827feec71488
Added implemented interface for thesaurus extract
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"""