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

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

Merged tests branch

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