patman: Use items() instead of iteritems()
authorSimon Glass <sjg@chromium.org>
Tue, 14 May 2019 21:53:40 +0000 (15:53 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:45 +0000 (16:52 -0600)
commit4a4c5dd43f02f60717ef121aa4bb89a85465ff3c
tree7aa77b6395707d6e0919f395c582b43856a1219e
parentd141f6c1cacc754a691507db736a21b8eda2a630
patman: 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/patman/settings.py