source: products/quintagroup.canonicalpath/tags/0.2/quintagroup/canonicalpath/interfaces.py @ 1591

Last change on this file since 1591 was 782, checked in by crchemist, 17 years ago

Added translation for portal_status_message.

  • Property svn:eol-style set to native
File size: 207 bytes
Line 
1from zope.interface import Interface
2
3class ICanonicalPath(Interface):
4    """canonical_path provider interface
5    """
6
7    def canonical_path():
8        """Return canonical path for the object
9        """
Note: See TracBrowser for help on using the repository browser.