src/pyams_content/shared/logo/paragraph.py
changeset 555 8e8a14452567
parent 438 117089568313
child 586 28445044f6e3
--- a/src/pyams_content/shared/logo/paragraph.py	Thu May 24 10:51:45 2018 +0200
+++ b/src/pyams_content/shared/logo/paragraph.py	Fri May 25 08:03:41 2018 +0200
@@ -17,6 +17,7 @@
 
 # import interfaces
 from pyams_content.features.checker.interfaces import IContentChecker, MISSING_VALUE, MISSING_LANG_VALUE, ERROR_VALUE
+from pyams_content.features.renderer.interfaces import IContentRenderer
 from pyams_content.shared.logo.interfaces import ILogosParagraph, LOGOS_PARAGRAPH_TYPE, LOGOS_PARAGRAPH_RENDERERS
 from pyams_i18n.interfaces import II18nManager, INegotiator, II18n
 from pyams_workflow.interfaces import IWorkflow, IWorkflowState
@@ -24,7 +25,6 @@
 # import packages
 from pyams_content.component.paragraph import BaseParagraph, IParagraphFactory, BaseParagraphFactory, \
     BaseParagraphContentChecker
-from pyams_content.features.renderer import RenderedContentMixin, IContentRenderer
 from pyams_sequence.utility import get_reference_target
 from pyams_utils.adapter import adapter_config
 from pyams_utils.registry import utility_config, get_utility
@@ -39,7 +39,7 @@
 
 
 @implementer(ILogosParagraph)
-class LogosParagraph(RenderedContentMixin, BaseParagraph):
+class LogosParagraph(BaseParagraph):
     """Logos paragraph"""
 
     icon_class = 'fa-th-large'