src/pyams_content/portlet/content/interfaces/__init__.py
changeset 676 9dc1d14806bc
parent 672 adff375e9deb
equal deleted inserted replaced
675:d0f98180ef0d 676:9dc1d14806bc
    14 
    14 
    15 
    15 
    16 # import standard library
    16 # import standard library
    17 
    17 
    18 # import interfaces
    18 # import interfaces
       
    19 from pyams_portal.interfaces import IPortletSettings
    19 
    20 
    20 # import packages
    21 # import packages
    21 from pyams_portal.interfaces import IPortletSettings
       
    22 
    22 
    23 
    23 
    24 class ISharedContentPortletSettings(IPortletSettings):
    24 class ISharedContentPortletSettings(IPortletSettings):
    25     """Shared content portlet settings interface"""
    25     """Shared content portlet settings interface"""