Ignore:
Timestamp:
May 21, 2010 10:41:41 AM (14 years ago)
Author:
mylan
Message:

Fixed bugs, in converter, fix tests after renamed some convertor's methods

File:
1 edited

Legend:

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

    r2368 r2370  
    6767               % (src_msg, dst_iface.__name__, obj.absolute_url()) 
    6868        try: 
    69             src = _getOrMakeAdapter(obj, src_iface) 
     69            src = self._getOrMakeAdapter(obj, src_iface) 
    7070            dst = getAdapter(obj, dst_iface) 
    7171            # XXX: Check is this correct work XXX 
Note: See TracChangeset for help on using the changeset viewer.