
18 Apr
2020
18 Apr
'20
2:08 a.m.
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 sjg@chromium.org ---
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 df4f04b01c..1feface61d 100755 --- a/tools/rmboard.py +++ b/tools/rmboard.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/python3 # SPDX-License-Identifier: GPL-2.0+ # Copyright 2019 Google LLC #
--
2.26.1.301.g55bc3eb7cb9-goog