source: products/quintagroup.plonegooglesitemaps/branches/test_refactoring/quintagroup/plonegooglesitemaps/interfaces.py @ 2535

Last change on this file since 2535 was 2528, checked in by mylan, 14 years ago

#206: Improve code coverage - remove useless BBB code from interfaces.

  • Property svn:eol-style set to native
File size: 425 bytes
Line 
1from zope import schema
2from zope.interface import Interface
3
4from zope.app.container.constraints import contains
5from zope.app.container.constraints import containers
6
7from Products.DCWorkflow.interfaces import IAfterTransitionEvent
8
9from quintagroup.plonegooglesitemaps import qPloneGoogleSitemapsMessageFactory as _
10
11# -*- extra stuff goes here -*-
12
13class ISitemap(Interface):
14    """Search engine Sitemap content type"""
Note: See TracBrowser for help on using the repository browser.