*** empty log message ***
This commit is contained in:
parent
0824e8031c
commit
fb2ec1f78b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue