From: Simon Glass Date: Sat, 18 Apr 2020 00:08:53 +0000 (-0600) Subject: rmboard: Move to Python 3 X-Git-Tag: v2020.10~256^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=515ce965d6e4681768fea877c299f4f90426ac65;p=platform%2Fkernel%2Fu-boot.git 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 --- 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 #