Ignore:
Timestamp:
Mar 17, 2010 4:41:03 PM (14 years ago)
Author:
mylan
Message:

#177: Add ICanonicalLink interface and default adapter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.canonicalpath/trunk/quintagroup/canonicalpath/interfaces.py

    r1923 r1927  
    99        "*setter* and *getter* for the attribute") 
    1010 
     11class ICanonicalLink(Interface): 
     12    """canonical_link provider interface 
     13    """ 
     14 
     15    canonical_link = Attribute("canonical_link", 
     16        "canonical_link - for the object. Adapter must implement " 
     17        "*setter* and *getter* for the attribute") 
     18 
Note: See TracChangeset for help on using the changeset viewer.