src/pyams_content/component/video/provider/zmi/__init__.py
changeset 555 8e8a14452567
parent 539 59eded400bb8
child 1312 7196e51819fe
equal deleted inserted replaced
554:120ce09ade94 555:8e8a14452567
     7 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
     7 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
     8 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
     8 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
     9 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
     9 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
    10 # FOR A PARTICULAR PURPOSE.
    10 # FOR A PARTICULAR PURPOSE.
    11 #
    11 #
    12 from pyams_content.component.video.provider import CustomVideoSettings
       
    13 
    12 
    14 __docformat__ = 'restructuredtext'
    13 __docformat__ = 'restructuredtext'
    15 
    14 
    16 
    15 
    17 # import standard library
    16 # import standard library
    19 # import interfaces
    18 # import interfaces
    20 from pyams_content.component.video.interfaces import IExternalVideoRenderer
    19 from pyams_content.component.video.interfaces import IExternalVideoRenderer
    21 from pyams_skin.layer import IPyAMSLayer
    20 from pyams_skin.layer import IPyAMSLayer
    22 
    21 
    23 # import packages
    22 # import packages
       
    23 from pyams_content.component.video.provider import CustomVideoSettings
    24 from pyams_content.component.video.provider.dailymotion import DailymotionVideoSettings
    24 from pyams_content.component.video.provider.dailymotion import DailymotionVideoSettings
    25 from pyams_content.component.video.provider.vimeo import VimeoVideoSettings
    25 from pyams_content.component.video.provider.vimeo import VimeoVideoSettings
    26 from pyams_content.component.video.provider.youtube import YoutubeVideoSettings
    26 from pyams_content.component.video.provider.youtube import YoutubeVideoSettings
    27 from pyams_template.template import template_config
    27 from pyams_template.template import template_config
    28 from pyams_utils.adapter import adapter_config
    28 from pyams_utils.adapter import adapter_config