Skip to content
Snippets Groups Projects
Commit 3bc14098 authored by Tom Rini's avatar Tom Rini
Browse files

genboardscfg.py: Convert to Python 3


Convert this tool to requiring Python 3.  The bulk of this is done with
the 2to3 tool In addition, we need to use the '//' operator to have our
division result return an int rather than a float and ensure that we use
UTF-8 when reading/writing files.

Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 61ba1244
No related branches found
No related tags found
Loading
Loading
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