root/qSEOptimizer/tags/1.5.1/interfaces.py

Revision 988 (checked in by crchemist, 1 year ago)

Merged with /qSEOptimizer/branches/additional-keywords branch

  • Property svn:eol-style set to native
Line 
1 from zope.interface import Interface
2
3 class 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 browser.