src/pyams_content/shared/common/manager.py
changeset 956 a8723fffbaf6
parent 754 7f33d4f99386
equal deleted inserted replaced
955:3cee4d5a0c29 956:a8723fffbaf6
    15 
    15 
    16 # import standard library
    16 # import standard library
    17 
    17 
    18 # import interfaces
    18 # import interfaces
    19 from pyams_content.interfaces import WEBMASTER_ROLE, PILOT_ROLE, MANAGER_ROLE, CONTRIBUTOR_ROLE
    19 from pyams_content.interfaces import WEBMASTER_ROLE, PILOT_ROLE, MANAGER_ROLE, CONTRIBUTOR_ROLE
    20 from pyams_content.shared.common.interfaces import ISharedToolContainer, IBaseSharedTool, ISharedTool, ISharedToolRoles, \
    20 from pyams_content.shared.common.interfaces import ISharedToolContainer, IBaseSharedTool, ISharedTool, \
    21     ISharedContentFactory
    21     ISharedToolRoles, ISharedContentFactory
    22 from pyams_portal.interfaces import DESIGNER_ROLE
    22 from pyams_portal.interfaces import DESIGNER_ROLE
    23 from pyams_security.interfaces import IDefaultProtectionPolicy
    23 from pyams_security.interfaces import IDefaultProtectionPolicy
    24 from pyams_workflow.interfaces import IWorkflow
    24 from pyams_workflow.interfaces import IWorkflow
    25 from zope.annotation.interfaces import IAttributeAnnotatable
    25 from zope.annotation.interfaces import IAttributeAnnotatable
    26 
    26