source: products/qPloneGoogleSitemaps/branches/contenttype/interfaces.py @ 403

Last change on this file since 403 was 389, checked in by crchemist, 18 years ago

Fixup error in _initializeTopicTool.

  • Property svn:eol-style set to native
File size: 357 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.qPloneGoogleSitemaps import qPloneGoogleSitemapsMessageFactory as _
8
9# -*- extra stuff goes here -*-
10
11class ISitemap(Interface):
12    """Search engine Sitemap content type"""
Note: See TracBrowser for help on using the repository browser.