summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-04-17 18:08:53 -0600
committerSimon Glass <sjg@chromium.org>2020-04-26 14:24:08 -0600
commit515ce965d6e4681768fea877c299f4f90426ac65 (patch)
tree6372b679a6c06a19d93e58739cfada6caf8ced55 /tools
parent0d7a8c40333a018e6e7c4dcf64cf6ca3d7ea4ff6 (diff)
rmboard: Move to Python 3
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>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/rmboard.py2
1 files changed, 1 insertions, 1 deletions
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
#