src/pyams_content/component/paragraph/zmi/pictogram.py
changeset 555 8e8a14452567
parent 550 9658debb49a3
child 576 12171cf62cc4
--- a/src/pyams_content/component/paragraph/zmi/pictogram.py	Thu May 24 10:51:45 2018 +0200
+++ b/src/pyams_content/component/paragraph/zmi/pictogram.py	Fri May 25 08:03:41 2018 +0200
@@ -17,8 +17,7 @@
 import json
 
 # import interfaces
-from pyams_content.component.paragraph.interfaces import IParagraphContainerTarget, IParagraphContainer, \
-    IParagraphRenderer
+from pyams_content.component.paragraph.interfaces import IParagraphContainerTarget, IParagraphContainer
 from pyams_content.component.paragraph.interfaces.pictogram import PICTOGRAM_PARAGRAPH_TYPE, IPictogramParagraph, \
     IPictogramContainer, IPictogramContainerTarget, IPictogramItem
 from pyams_content.component.paragraph.zmi import IParagraphContainerView, IParagraphEditFormButtons
@@ -38,7 +37,6 @@
 from pyams_content.component.paragraph.pictogram import PictogramParagraph, PictogramItem
 from pyams_content.component.paragraph.zmi import BaseParagraphAddMenu, BaseParagraphAJAXAddForm, \
     BaseParagraphPropertiesEditForm, BaseParagraphAJAXEditForm
-from pyams_content.features.renderer.zmi import BaseRenderedContentRenderer
 from pyams_content.features.renderer.zmi.widget import RendererFieldWidget
 from pyams_form.form import AJAXAddForm, AJAXEditForm
 from pyams_form.security import ProtectedFormObjectMixin
@@ -168,15 +166,6 @@
 
 
 #
-# Pictogram paragraph renderer
-#
-
-@adapter_config(context=(IPictogramParagraph, IPyAMSLayer), provides=IParagraphRenderer)
-class PictogramParagraphRenderer(BaseRenderedContentRenderer):
-    """Pictogram paragraph renderer"""
-
-
-#
 # Pictogram items table view
 #