commit | fc01782a2916acc4832e44ed41d2341ea9148183 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 31 07:42:54 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Nov 04 18:15:32 2019 -0700 |
tree | d897440504999b6173b7ba08258dfef97fe18841 | |
parent | c78ed66bbad3ff0f826be5c4fd548a85634dce8a [diff] |
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>
diff --git a/tools/dtoc/test_fdt.py b/tools/dtoc/test_fdt.py index 028c8cb..3316757 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 <sjg@chromium.org>