source: products/quintagroup.plonetabs/branches/tests/quintagroup/plonetabs/interfaces.py @ 3402

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

Fixing pep8

  • 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.