Ignore:
Timestamp:
Feb 10, 2010 4:39:34 PM (14 years ago)
Author:
mylan
Message:

#132: Reregistered ICanonicalPath adater for OFS.interfaces.ITraversable

File:
1 edited

Legend:

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

    r782 r1695  
    22from zope.component import adapts 
    33 
     4from OFS.interfaces import ITraversable 
    45from Products.CMFCore.utils import getToolByName 
    5 from Products.Archetypes.interfaces import IBaseContent 
    66 
    7 from interfaces import ICanonicalPath 
     7from quintagroup.canonicalpath.interfaces import ICanonicalPath 
    88 
    99 
     
    1111    """Adapts base content to canonical path. 
    1212    """ 
    13     adapts(IBaseContent) 
     13    adapts(ITraversable) 
    1414    implements(ICanonicalPath) 
    1515 
Note: See TracChangeset for help on using the changeset viewer.