Bladeren bron

*** empty log message ***

David Rose 24 jaren geleden
bovenliggende
commit
fb2ec1f78b
1 gewijzigde bestanden met toevoegingen van 0 en 2 verwijderingen
  1. 0 2
      direct/src/ffi/FFIExternalObject.py

+ 0 - 2
direct/src/ffi/FFIExternalObject.py

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