Explorar o código

test_fdt: Move to use Python 3

Update this test to use Python 3 to meet the 2020 deadline.

Signed-off-by: Simon Glass <sjg@chromium.org>
Simon Glass %!s(int64=4) %!d(string=hai) anos
pai
achega
f7ba5f0db2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/dtoc/test_fdt.py

+ 1 - 1
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 <sjg@chromium.org>