source: products/quintagroup.pingtool/trunk/quintagroup/pingtool/interfaces.py @ 714

Last change on this file since 714 was 626, checked in by crchemist, 18 years ago

Modified tests.

File size: 354 bytes
Line 
1from zope.interface import Interface
2
3class IPingTool(Interface):
4    """ Interface for PingTool.
5    """
6
7class ICanonicalURL(Interface):
8    """ Interface for canonical URL API providing."""
9
10    def getCanonicalURL():
11        """Get canonical_url property value."""
12
13class ISyndicationObject(Interface):
14    """ Interface for Syndicaion providing."""
Note: See TracBrowser for help on using the repository browser.