Ignore:
Timestamp:
Feb 9, 2010 7:26:24 PM (14 years ago)
Author:
mylan
Message:

Register own canonical path adapter for the product. Register separate adapter for canonicalpath

File:
1 edited

Legend:

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

    r1671 r1675  
    1515        """ 
    1616 
    17 try: 
    18     from quintagroup.canonicalpath.interfaces import ICanonicalPath 
    19 except: 
    20     class ICanonicalPath(Interface): 
    21         """canonical_path provider interface 
     17class ISEOCanonicalPath(Interface): 
     18    """canonical_path provider interface 
     19    """ 
     20 
     21    def canonical_path(): 
     22        """Return canonical path for the object 
    2223        """ 
    23  
    24         def canonical_path(): 
    25             """Return canonical path for the object 
    26             """ 
Note: See TracChangeset for help on using the changeset viewer.