commit | 5f3645b9980c45d8f498450f72e7ed6d993f986e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue May 14 15:53:41 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:45 2019 -0600 |
tree | e8356f14089e13bbc8bc1c6d792ca0c6e20a60c6 | |
parent | 100173772037822a7468fd14f066cf66c2d129cb [diff] |
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>