source: products/quintagroup.plonetabs/trunk/quintagroup/plonetabs/interfaces.py @ 3437

Last change on this file since 3437 was 3437, checked in by potar, 12 years ago

Merged tests branch

  • Property svn:eol-style set to native
File size: 140 bytes
Line 
1from zope.interface import Interface
2
3
4class IPloneTabsProductLayer(Interface):
5    """A layer specific to quintagroup.plonetabs product"""
Note: See TracBrowser for help on using the repository browser.