binman: Convert a few tests to Python 3
authorSimon Glass <sjg@chromium.org>
Thu, 31 Oct 2019 13:43:03 +0000 (07:43 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Nov 2019 01:15:32 +0000 (18:15 -0700)
commitb6ee0cf89f9405094cbb6047076a13e14ebc030b
treeb47af841a9e0b4bcd9819cdb1c3c898ee1858710
parent9a5d3dcff7894a24e493e6ae52d289d190d3ccdf
binman: Convert a few tests to Python 3

Some tests have crept in with Python 2 strings and constructs. Convert
then.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/ftest.py