# HG changeset patch # User Thierry Florac # Date 1539002832 -7200 # Node ID aabb634d11d32bdc43c43bb3b84d83abd387e4b3 # Parent b7a85fd478c5f8d752fe1609df11ed4d90f9eb09 Imports cleanup diff -r b7a85fd478c5 -r aabb634d11d3 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