mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 16:22:36 +02:00
test_dtoc: Move to use Python 3
Update this test to use Python 3 to meet the 2020 deadline. Also make it executable while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python2
|
||||
#!/usr/bin/env python3
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
# Copyright (C) 2016 Google, Inc
|
||||
|
1
tools/dtoc/test_dtoc.py
Normal file → Executable file
1
tools/dtoc/test_dtoc.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
# Copyright (c) 2012 The Chromium OS Authors.
|
||||
#
|
||||
|
Reference in New Issue
Block a user