Skip to content
Snippets Groups Projects
Commit 38856013 authored by Simon Glass's avatar Simon Glass
Browse files

binman: Move to use Python 3


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

Unfortunately this introduces a test failure due to a problem in pylibfdt
on Python 3. I will investigate.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent a90df2b1
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python2 #!/usr/bin/env python3
# SPDX-License-Identifier: GPL-2.0+ # SPDX-License-Identifier: GPL-2.0+
# Copyright (c) 2016 Google, Inc # Copyright (c) 2016 Google, Inc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment