root/qPloneComments/tags/3.0.0/interfaces.py

Revision 1018, 217 bytes (checked in by chervol, 2 years ago)

initial import of plone3 compatible branch

  • Property svn:eol-style set to native
Line 
1from plone.theme.interfaces import IDefaultPloneLayer
2
3class IPloneCommentsLayer(IDefaultPloneLayer):
4    """Marker interface that defines a Zope 3 skin layer bound to a Skin
5       Selection in portal_skins.
6    """
Note: See TracBrowser for help on using the browser.