src/pyams_content/shared/view/interfaces/__init__.py
changeset 382 f6b688877716
parent 337 9a3e4f9cc8f5
child 405 9c147733c02e
equal deleted inserted replaced
381:1972af31d945 382:f6b688877716
    14 
    14 
    15 
    15 
    16 # import standard library
    16 # import standard library
    17 
    17 
    18 # import interfaces
    18 # import interfaces
    19 from pyams_content.component.links.interfaces import IInternalReferencesList
       
    20 from pyams_content.shared.common.interfaces import ISharedContent, IWfSharedContent, ISharedTool
    19 from pyams_content.shared.common.interfaces import ISharedContent, IWfSharedContent, ISharedTool
       
    20 from pyams_sequence.interfaces import IInternalReferencesList
    21 
    21 
    22 # import packages
    22 # import packages
    23 from pyams_thesaurus.schema import ThesaurusTermsListField
    23 from pyams_thesaurus.schema import ThesaurusTermsListField
    24 from zope.interface import Interface, Attribute
    24 from zope.interface import Interface, Attribute
    25 from zope.schema import List, Choice, Bool, Int
    25 from zope.schema import List, Choice, Bool, Int