commit | 61b88e54af4f1e2bdfbb5b231fc9fbb727ac7b9a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri May 17 22:00:31 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:58 2019 -0600 |
tree | 2f08c4eb67e6dcd3c8389b209ef3fa115378ca2d | |
parent | 24b86ce265f9e20be044ca5b5d03ffe864c24609 [diff] |
dtoc: Adjust code for Python 3 Update a few things in this tool so that they support Python 3: - print statements - iteritems() - xrange() Signed-off-by: Simon Glass <sjg@chromium.org>