source: products/quintagroup.quills.extras/trunk/quintagroup/quills/extras/browser/interfaces.py @ 602

Last change on this file since 602 was 602, checked in by mylan, 18 years ago

Initial release.

File size: 143 bytes
Line 
1from zope.viewlet.interfaces import IViewletManager
2
3class IActionsBox(IViewletManager):
4    """A viewlet manager for collect actions
5    """
6
Note: See TracBrowser for help on using the repository browser.