author | Thierry Florac <thierry.florac@onf.fr> |
Fri, 13 Oct 2017 08:30:54 +0200 | |
changeset 217 | 57b690463135 |
parent 216 | 724672199ef3 |
child 218 | f9744fecbb23 |
src/pyams_content/component/paragraph/zmi/interfaces.py | file | annotate | diff | comparison | revisions |
--- 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):