src/pyams_content/features/share/zmi/interfaces.py
changeset 1239 b6d9396beffd
equal deleted inserted replaced
1238:6c23614804f2 1239:b6d9396beffd
       
     1 #
       
     2 # Copyright (c) 2008-2019 Thierry Florac <tflorac AT ulthar.net>
       
     3 # All Rights Reserved.
       
     4 #
       
     5 # This software is subject to the provisions of the Zope Public License,
       
     6 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
       
     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
       
     9 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
       
    10 # FOR A PARTICULAR PURPOSE.
       
    11 #
       
    12 
       
    13 __docformat__ = 'restructuredtext'
       
    14 
       
    15 from pyams_skin.interfaces.viewlet import IMenu
       
    16 
       
    17 
       
    18 class ISocialShareMenu(IMenu):
       
    19     """Social share menu marker interface"""