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

Last change on this file since 647 was 647, checked in by piv, 18 years ago

ran all tests

File size: 300 bytes
Line 
1from zope.viewlet.interfaces import IViewletManager
2from quills.core.interfaces.enabled import IPossibleWeblog
3
4class IActionsBox(IViewletManager):
5    """A viewlet manager for collect actions
6    """
7
8class IWeblogCategory(IPossibleWeblog):
9    """Marker interface for Blog' category folder
10    """
Note: See TracBrowser for help on using the repository browser.