src/pyams_content/component/paragraph/video.py
changeset 355 5dce53509832
parent 241 50452584f7ae
child 407 0ef5de2d5674
--- a/src/pyams_content/component/paragraph/video.py	Tue Feb 06 11:15:55 2018 +0100
+++ b/src/pyams_content/component/paragraph/video.py	Tue Feb 06 11:16:23 2018 +0100
@@ -25,7 +25,7 @@
 from zope.lifecycleevent.interfaces import IObjectAddedEvent, IObjectModifiedEvent
 
 # import packages
-from pyams_content.component.paragraph import BaseParagraph, BaseParagraphContentChecker
+from pyams_content.component.paragraph import BaseParagraph, BaseParagraphContentChecker, BaseParagraphFactory
 from pyams_content.component.paragraph.html import check_associations
 from pyams_file.property import FileProperty
 from pyams_utils.adapter import adapter_config
@@ -52,7 +52,7 @@
 
 
 @utility_config(name='Video', provides=IParagraphFactory)
-class VideoParagraphFactory(object):
+class VideoParagraphFactory(BaseParagraphFactory):
     """Video paragraph factory"""
 
     name = _("Video")