diff mbox series

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

Message ID 20200417180829.v2.2.I732bc0f3c78bfa9691a6177e32f139f6ba688ad2@changeid
State Accepted
Commit 515ce965d6e4681768fea877c299f4f90426ac65
Delegated to: Simon Glass
Headers show
Series tools: patman: Convert Python tools to use absolute imports | expand

Commit Message

Simon Glass April 18, 2020, 12:08 a.m. UTC
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(-)

Comments

Simon Glass April 27, 2020, 3:06 a.m. UTC | #1
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(-)

Applied to u-boot-dm, thanks!
diff mbox series

Patch

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
 #