*** empty log message ***

This commit is contained in:
David Rose 2001-05-12 23:11:05 +00:00
parent 0824e8031c
commit fb2ec1f78b
1 changed files with 0 additions and 2 deletions

View File

@ -54,8 +54,6 @@ class FFIExternalObject:
for base in thisClass.__bases__:
res = self.getLineageInternal(base, targetBaseClass, chain+[base])
if res:
# Actually, we want them in the reverse order
res.reverse()
FFIConstants.notify.debug('getLineageInternal: found path: ' + `res`)
return res
# Not found anywhere