source: products/qPloneDropDownMenu/trunk/browser/interfaces.py @ 1140

Last change on this file since 1140 was 372, checked in by chervol, 18 years ago

fixed interfaces

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