Ignore:
Timestamp:
Feb 9, 2010 12:59:27 PM (14 years ago)
Author:
mylan
Message:

Added ICanonicalPath adapter and appropriate tests

File:
1 edited

Legend:

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

    r1624 r1671  
    1414        """Returns mapping {meta_name:accssesor} all the meta tags. 
    1515        """ 
     16 
     17try: 
     18    from quintagroup.canonicalpath.interfaces import ICanonicalPath 
     19except: 
     20    class ICanonicalPath(Interface): 
     21        """canonical_path provider interface 
     22        """ 
     23 
     24        def canonical_path(): 
     25            """Return canonical path for the object 
     26            """ 
Note: See TracChangeset for help on using the changeset viewer.