commit | 515ce965d6e4681768fea877c299f4f90426ac65 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Apr 17 18:08:53 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Apr 26 14:24:08 2020 -0600 |
tree | 6372b679a6c06a19d93e58739cfada6caf8ced55 | |
parent | 0d7a8c40333a018e6e7c4dcf64cf6ca3d7ea4ff6 [diff] [blame] |
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>
diff --git a/tools/rmboard.py b/tools/rmboard.py index df4f04b..1feface 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 #