source: products/quintagroup.canonicalurl/trunk/quintagroup/canonicalurl/interfaces.py

Last change on this file was 494, checked in by crchemist, 18 years ago

Added templates for appropriate mails

File size: 304 bytes
Line 
1from zope.interface import Interface
2
3class IDomainsMapExtractor(Interface):
4
5    def getDomainsMap():
6        """ Return sorted by sybpath length tupple
7            of (subpath, domain name) tuple.
8        """
9    def setDomainsMap():
10        """ Set tupple of (subpath, domain name) tuples
11        """
Note: See TracBrowser for help on using the repository browser.