src/pyams_content/shared/logo/interfaces/__init__.py
changeset 555 8e8a14452567
parent 492 04503227569d
child 586 28445044f6e3
--- a/src/pyams_content/shared/logo/interfaces/__init__.py	Thu May 24 10:51:45 2018 +0200
+++ b/src/pyams_content/shared/logo/interfaces/__init__.py	Fri May 25 08:03:41 2018 +0200
@@ -17,7 +17,6 @@
 
 # import interfaces
 from pyams_content.component.paragraph import IBaseParagraph
-from pyams_content.features.renderer.interfaces import IRenderedContent
 from pyams_content.shared.common.interfaces import ISharedTool, IWfSharedContent, ISharedContent
 
 # import packages
@@ -65,7 +64,7 @@
 LOGOS_PARAGRAPH_RENDERERS = 'PyAMS.shared.logos.renderers'
 
 
-class ILogosParagraph(IRenderedContent, IBaseParagraph):
+class ILogosParagraph(IBaseParagraph):
     """Logos paragraph"""
 
     references = InternalReferencesList(title=_("Logos references"),