Browse Source

Fixed bug in get_superclasses

Yentl Van Tendeloo 9 years ago
parent
commit
21ac6e8adb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      kernel/modelverse_kernel/compiled.py

+ 0 - 1
kernel/modelverse_kernel/compiled.py

@@ -305,7 +305,6 @@ def get_superclasses(a, b, **remainder):
 
         outgoing, =      yield [("RO", [subclass])]
         types =         yield [("RDN", [type_mapping, i]) for i in outgoing]
-        types = [types] if len(outgoing) == 1 else types
 
         for i, t in enumerate(types):
             if t == inheritance: