From: Simon Glass Date: Thu, 31 Oct 2019 13:42:54 +0000 (-0600) Subject: test_fdt: Move to use Python 3 X-Git-Tag: v2025.01-rc5-pxa1908~2712^2~11 X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=f7ba5f0db290fd00659ad0e16a312fd519bb7d3d;p=u-boot.git test_fdt: Move to use Python 3 Update this test to use Python 3 to meet the 2020 deadline. Signed-off-by: Simon Glass --- diff --git a/tools/dtoc/test_fdt.py b/tools/dtoc/test_fdt.py index 028c8cbaa8..3316757e61 100755 --- a/tools/dtoc/test_fdt.py +++ b/tools/dtoc/test_fdt.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # SPDX-License-Identifier: GPL-2.0+ # Copyright (c) 2018 Google, Inc # Written by Simon Glass