Re: [PATCH v2 02/14] rmboard: Move to Python 3

2020-04-26 Thread sjg
This script already works with Python 3. Make it use that by default so that it can import the patman libraries. Signed-off-by: Simon Glass --- Changes in v2: None tools/rmboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Applied to u-boot-dm, thanks!

[PATCH v2 02/14] rmboard: Move to Python 3

2020-04-17 Thread Simon Glass
This script already works with Python 3. Make it use that by default so that it can import the patman libraries. Signed-off-by: Simon Glass --- Changes in v2: None tools/rmboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rmboard.py b/tools/rmboard.py index df4