Home
last modified time | relevance | path

Searched hist:c9eac38a (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/tools/patman/
H A Dsettings.pyc9eac38a Tue Sep 27 10:03:54 CDT 2016 Paul Burton <paul.burton@imgtec.com> patman: Use items() to iterate over dictionaries

In python 3.x the iteritems() method has been removed from dictionaries,
and the items() method does effectively the same thing. On python 2.x
using items() is a little less efficient since it involves copying data,
but as speed isn't a concern in this code switch to using items() anyway
for simplicity.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Acked-by: Simon Glass <sjg@chromium.org>