src/pyams_content/features/thesaurus/interfaces.py
changeset 1387 6eb6e88e3365
parent 1228 23e479c7ae90
equal deleted inserted replaced
1386:6ea367aeb03c 1387:6eb6e88e3365
     8 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
     8 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
     9 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
     9 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
    10 # FOR A PARTICULAR PURPOSE.
    10 # FOR A PARTICULAR PURPOSE.
    11 #
    11 #
    12 
    12 
    13 __docformat__ = 'restructuredtext'
       
    14 
       
    15 from zope.annotation import IAttributeAnnotatable
    13 from zope.annotation import IAttributeAnnotatable
    16 from zope.interface import Interface
    14 from zope.interface import Interface
    17 
    15 
       
    16 from pyams_i18n.schema import I18nHTMLField
       
    17 
       
    18 
       
    19 __docformat__ = 'restructuredtext'
       
    20 
    18 from pyams_content import _
    21 from pyams_content import _
    19 from pyams_i18n.schema import I18nHTMLField
       
    20 
    22 
    21 
    23 
    22 THESAURUS_TERM_HTML_INFO_KEY = 'pyams_content.term.html_info'
    24 THESAURUS_TERM_HTML_INFO_KEY = 'pyams_content.term.html_info'
    23 
    25 
    24 
    26