Imports cleanup
authorThierry Florac <thierry.florac@onf.fr>
Wed, 13 Jun 2018 08:55:06 +0200
changeset 632 aa2352c824ca
parent 631 9bedfc1d5560
child 633 7ebe8a011c16
Imports cleanup
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