Re: [U-Boot] [PATCH v2 03/17] patman: Move to use Python 3

2019-11-05 Thread sjg
Update this tool to use Python 3 to meet the 2020 deadline. Signed-off-by: Simon Glass --- Changes in v2: None tools/patman/patman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Applied to u-boot-fdt ___ U-Boot mailing list U-Boot@lists.de

[U-Boot] [PATCH v2 03/17] patman: Move to use Python 3

2019-10-31 Thread Simon Glass
Update this tool to use Python 3 to meet the 2020 deadline. Signed-off-by: Simon Glass --- Changes in v2: None tools/patman/patman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/patman/patman.py b/tools/patman/patman.py index 9605a36eff..fe82f24c67 100755 --- a/to