# HG changeset patch # User Thierry Florac # Date 1507876254 -7200 # Node ID 57b6904631354b297f7a305df6c9de68fbd26648 # Parent 724672199ef32c79cbbff1ffafe280530bbd5dc7 Added marker interface diff -r 724672199ef3 -r 57b690463135 src/pyams_content/component/paragraph/zmi/interfaces.py --- a/src/pyams_content/component/paragraph/zmi/interfaces.py Fri Oct 13 08:30:36 2017 +0200 +++ b/src/pyams_content/component/paragraph/zmi/interfaces.py Fri Oct 13 08:30:54 2017 +0200 @@ -20,6 +20,11 @@ from pyams_viewlet.interfaces import IViewletManager # import packages +from zope.interface import Interface + + +class IParagraphContainerTable(Interface): + """Paragraph container view""" class IParagraphTitleToolbar(IViewletManager):