source: products/qPloneComments/trunk/interfaces.py @ 458

Last change on this file since 458 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 217 bytes
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 repository browser.