commit | 4a4c5dd43f02f60717ef121aa4bb89a85465ff3c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue May 14 15:53:40 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:45 2019 -0600 |
tree | 7aa77b6395707d6e0919f395c582b43856a1219e | |
parent | d141f6c1cacc754a691507db736a21b8eda2a630 [diff] |
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>