diff options
author | Simon Glass | 2020-04-17 18:08:53 -0600 |
---|---|---|
committer | Simon Glass | 2020-04-26 14:24:08 -0600 |
commit | 515ce965d6e4681768fea877c299f4f90426ac65 (patch) | |
tree | 6372b679a6c06a19d93e58739cfada6caf8ced55 /tools | |
parent | 0d7a8c40333a018e6e7c4dcf64cf6ca3d7ea4ff6 (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-x | tools/rmboard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rmboard.py b/tools/rmboard.py index df4f04b01c5..1feface61d7 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 # |