# HG changeset patch # User Thierry Florac # Date 1531403689 -7200 # Node ID bb0eec4a56895add7f1968834c8751224b324301 # Parent 0a517f8ae2b78ad2cd9d0d0427e45dab2455bab8 Imports cleanup diff -r 0a517f8ae2b7 -r bb0eec4a5689 src/pyams_content/generations/__init__.py --- a/src/pyams_content/generations/__init__.py Thu Jul 12 11:47:12 2018 +0200 +++ b/src/pyams_content/generations/__init__.py Thu Jul 12 15:54:49 2018 +0200 @@ -9,7 +9,6 @@ # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS # FOR A PARTICULAR PURPOSE. # -from pyams_content.shared.common.interfaces.types import IWfTypedSharedContent __docformat__ = 'restructuredtext' @@ -25,6 +24,7 @@ CONTRIBUTOR_ROLE from pyams_content.root.interfaces import ISiteRootToolsConfiguration from pyams_content.shared.common.interfaces import IWfSharedContent +from pyams_content.shared.common.interfaces.types import IWfTypedSharedContent from pyams_content.shared.form.interfaces import IFormsManagerFactory from pyams_content.shared.imagemap.interfaces import IImageMapManagerFactory from pyams_content.shared.logo.interfaces import ILogosManagerFactory