From patchwork Sat Apr 18 00:08:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 237953 List-Id: U-Boot discussion From: sjg at chromium.org (Simon Glass) Date: Fri, 17 Apr 2020 18:08:53 -0600 Subject: [PATCH v2 02/14] rmboard: Move to Python 3 In-Reply-To: <20200418000905.239056-1-sjg@chromium.org> References: <20200418000905.239056-1-sjg@chromium.org> Message-ID: <20200417180829.v2.2.I732bc0f3c78bfa9691a6177e32f139f6ba688ad2@changeid> 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 Signed-off-by: Simon Glass --- 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 #