# HG changeset patch # User Thierry Florac # Date 1528872906 -7200 # Node ID aa2352c824cafc93c5b4f9d46494e8bddb445e07 # Parent 9bedfc1d5560ab647e6998086d1ac65baba9ade6 Imports cleanup diff -r 9bedfc1d5560 -r aa2352c824ca src/pyams_content/shared/common/interfaces/__init__.py --- a/src/pyams_content/shared/common/interfaces/__init__.py Wed Jun 13 08:51:03 2018 +0200 +++ b/src/pyams_content/shared/common/interfaces/__init__.py Wed Jun 13 08:55:06 2018 +0200 @@ -9,7 +9,6 @@ # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS # FOR A PARTICULAR PURPOSE. # -from pyams_portal.interfaces import IPortalContext __docformat__ = 'restructuredtext' @@ -19,6 +18,7 @@ # import interfaces from pyams_content.interfaces import IBaseContent, MANAGE_CONTENT_PERMISSION, OWNER_ROLE, MANAGER_ROLE, \ READER_ROLE, GUEST_ROLE, WEBMASTER_ROLE, PILOT_ROLE, CONTRIBUTOR_ROLE +from pyams_portal.interfaces import IPortalContext from pyams_workflow.interfaces import IWorkflowManagedContent from zope.container.interfaces import IContainer