commit | 58214cc11a6975d63cd5424bb69f38616b28256a | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Sep 20 17:42:07 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 08 08:37:28 2019 -0400 |
tree | b31c02d9b177fd56ff20e3fab243738f701ae031 | |
parent | 8c70180bef87615ed66de5945db53c1d53c5b5c0 [diff] |
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: Tom Rini <trini@konsulko.com>