source: products/qSEOptimizer/branches/additional-keywords/interfaces.py @ 974

Last change on this file since 974 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 223 bytes
Line 
1from zope.interface import Interface
2
3class IKeywords(Interface):
4    """Handle the available keywords.
5    """
6    def listKeywords():
7        """Returns all the existing keywords for the current content type.
8        """
Note: See TracBrowser for help on using the repository browser.