]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Use items() instead of iteritems()
authorSimon Glass <sjg@chromium.org>
Tue, 14 May 2019 21:53:41 +0000 (15:53 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:45 +0000 (16:52 -0600)
commit87abc874879ebe309e230b7e85be621ced419c41
treee8356f14089e13bbc8bc1c6d792ca0c6e20a60c6
parent6a61a73eff375da359a3343bfe958e9f8a4d7537
binman: Use items() instead of iteritems()

Python 3 requires this, and Python 2 allows it. Convert the code over to
ensure compatibility with Python 3.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/bsection.py
tools/binman/control.py
tools/binman/elf.py
tools/binman/etype/gbb.py
tools/binman/ftest.py