source: products/quintagroup.seoptimizer/trunk/quintagroup/seoptimizer/interfaces.py @ 3223

Last change on this file since 3223 was 3134, checked in by zidane, 13 years ago

fixes pep8

  • Property svn:eol-style set to native
File size: 394 bytes
RevLine 
[387]1from zope.interface import Interface
2
[3134]3
[1624]4class IMetaKeywords(Interface):
[387]5    """Handle the available keywords.
6    """
[1624]7    def getMetaKeywords():
[387]8        """Returns all the existing keywords for the current content type.
9        """
[1313]10
[3134]11
[1313]12class IMappingMetaTags(Interface):
13    """
14    """
15    def getMappingMetaTags():
16        """Returns mapping {meta_name:accssesor} all the meta tags.
17        """
Note: See TracBrowser for help on using the repository browser.