src/pyams_content/component/paragraph/frame.py
changeset 1015 ac47f95d7bd6
parent 1006 cbb65b4b8742
child 1157 ffb751b038cc
--- a/src/pyams_content/component/paragraph/frame.py	Thu Oct 11 17:16:15 2018 +0200
+++ b/src/pyams_content/component/paragraph/frame.py	Fri Oct 12 17:04:50 2018 +0200
@@ -16,7 +16,7 @@
 from zope.schema.fieldproperty import FieldProperty
 
 from pyams_content.component.extfile.interfaces import IExtFileContainerTarget
-from pyams_content.component.illustration.interfaces import IBasicIllustrationTarget
+from pyams_content.component.illustration.interfaces import IIllustrationTarget
 from pyams_content.component.links.interfaces import ILinkContainerTarget
 from pyams_content.component.paragraph import BaseParagraph, BaseParagraphContentChecker, BaseParagraphFactory
 from pyams_content.component.paragraph.interfaces import IParagraphFactory
@@ -36,7 +36,7 @@
 # Frame paragraph
 #
 
-@implementer(IFrameParagraph, IBasicIllustrationTarget, IExtFileContainerTarget, ILinkContainerTarget)
+@implementer(IFrameParagraph, IIllustrationTarget, IExtFileContainerTarget, ILinkContainerTarget)
 @factory_config(provided=IFrameParagraph)
 class FrameParagraph(BaseParagraph):
     """Framed text paragraph"""