Added marker interface
authorThierry Florac <thierry.florac@onf.fr>
Fri, 13 Oct 2017 08:30:54 +0200
changeset 217 57b690463135
parent 216 724672199ef3
child 218 f9744fecbb23
Added marker interface
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):