# HG changeset patch # User Thierry Florac # Date 1592988144 -7200 # Node ID 6eb6e88e3365e688ce21be0bdfd7052e817b5b0e # Parent 6ea367aeb03c1d274f50a5245892d6f0078c6673 Imports cleanup diff -r 6ea367aeb03c -r 6eb6e88e3365 src/pyams_content/features/thesaurus/interfaces.py --- a/src/pyams_content/features/thesaurus/interfaces.py Tue Jun 23 11:33:58 2020 +0200 +++ b/src/pyams_content/features/thesaurus/interfaces.py Wed Jun 24 10:42:24 2020 +0200 @@ -10,13 +10,15 @@ # FOR A PARTICULAR PURPOSE. # -__docformat__ = 'restructuredtext' - from zope.annotation import IAttributeAnnotatable from zope.interface import Interface +from pyams_i18n.schema import I18nHTMLField + + +__docformat__ = 'restructuredtext' + from pyams_content import _ -from pyams_i18n.schema import I18nHTMLField THESAURUS_TERM_HTML_INFO_KEY = 'pyams_content.term.html_info'