Fix types passed to IAllocator
authorIustin Pop <iustin@google.com>
Tue, 2 Aug 2011 13:01:34 +0000 (15:01 +0200)
committerIustin Pop <iustin@google.com>
Tue, 2 Aug 2011 13:12:33 +0000 (15:12 +0200)
commit7c0709611574a1e54ec69f160d189c7d20597aa2
tree64540ef04e354475895070554c1c0cb7d4adb49c
parent7fa52acd88139ca0372dfdb021e12f40c54ce08b
Fix types passed to IAllocator

Iallocator mode reloc, parameter reloc_from takes a list; half of the
code already forced this parameter to list, we add the other two cases
where it is needed.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
lib/cmdlib.py