Imports cleanup
authorThierry Florac <thierry.florac@onf.fr>
Fri, 28 Sep 2018 09:19:15 +0200
changeset 987 605fc8d4d54c
parent 986 3fc7f8f84864
child 988 937c4c56914f
Imports cleanup
src/pyams_content/shared/site/manager.py
--- a/src/pyams_content/shared/site/manager.py	Thu Sep 27 14:11:40 2018 +0200
+++ b/src/pyams_content/shared/site/manager.py	Fri Sep 28 09:19:15 2018 +0200
@@ -20,7 +20,6 @@
 from zope.schema.fieldproperty import FieldProperty
 from zope.schema.vocabulary import SimpleTerm, SimpleVocabulary
 
-from pyams_content import _
 from pyams_content.component.illustration import IIllustrationTarget, ILinkIllustrationTarget
 from pyams_content.component.paragraph.interfaces import IParagraphFactorySettings
 from pyams_content.component.theme.interfaces import IThemesManagerTarget
@@ -46,6 +45,8 @@
 from pyams_utils.traversing import get_parent
 from pyams_utils.vocabulary import vocabulary_config
 
+from pyams_content import _
+
 
 @implementer(ISiteManager, IParagraphFactorySettings, IThemesManagerTarget, IPictogramManagerTarget,
              IIllustrationTarget, ILinkIllustrationTarget, IPortalContext, IHeaderTarget,