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>
This commit is contained in:
Simon Glass 2020-04-17 18:08:53 -06:00
parent 0d7a8c4033
commit 515ce965d6

View File

@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/python3
# SPDX-License-Identifier: GPL-2.0+
# Copyright 2019 Google LLC
#