Imports cleanup
authorThierry Florac <thierry.florac@onf.fr>
Mon, 08 Oct 2018 14:47:12 +0200
changeset 170 aabb634d11d3
parent 169 b7a85fd478c5
child 171 9ad72cdbb4d1
Imports cleanup
src/pyams_default_theme/component/illustration/__init__.py
--- a/src/pyams_default_theme/component/illustration/__init__.py	Mon Oct 08 14:03:33 2018 +0200
+++ b/src/pyams_default_theme/component/illustration/__init__.py	Mon Oct 08 14:47:12 2018 +0200
@@ -24,7 +24,6 @@
 from pyams_content.features.renderer.skin import BaseContentRenderer
 from pyams_content.interfaces import IBaseContent
 from pyams_content.root import ISiteRoot
-from pyams_default_theme import _
 from pyams_default_theme.component.illustration.interfaces import IIllustrationRenderer, IIllustrationWithZoomSettings, \
     ILLUSTRATION_AFTER_BODY, ILLUSTRATION_BEFORE_BODY
 from pyams_default_theme.interfaces import IContentHeaderIllustration, IContentNavigationIllustration
@@ -33,6 +32,8 @@
 from pyams_utils.adapter import ContextRequestViewAdapter, adapter_config, get_annotation_adapter
 from pyams_utils.interfaces.tales import ITALESExtension
 
+from pyams_default_theme import _
+
 
 #
 # Illustrations adapters