Re: [U-Boot] [PATCH v2 14/17] binman: Convert a few tests to Python 3

2019-11-05 Thread sjg
Some tests have crept in with Python 2 strings and constructs. Convert then. Signed-off-by: Simon Glass --- Changes in v2: None tools/binman/ftest.py | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) Applied to u-boot-fdt ___ U-Bo

[U-Boot] [PATCH v2 14/17] binman: Convert a few tests to Python 3

2019-10-31 Thread Simon Glass
Some tests have crept in with Python 2 strings and constructs. Convert then. Signed-off-by: Simon Glass --- Changes in v2: None tools/binman/ftest.py | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py index 88daaf20a