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
RevLine 
[815]1from zope.interface import Interface
2
[3402]3
[815]4class IPloneTabsProductLayer(Interface):
[3402]5    """A layer specific to quintagroup.plonetabs product"""
Note: See TracBrowser for help on using the repository browser.