On 26 September 2016 at 08:30, Paul Burton <[email protected]> wrote:
> In python 3.x the iteritems() method has been removed from dictionaries,
> and the items() method does effectively the same thing. Convert the code
> to attempt to use iteritems() to be efficient on python 2.x, but use
> items() when that fails on python 3.x.
>
> Signed-off-by: Paul Burton <[email protected]>
> ---
>
>  tools/dtoc/dtoc.py         | 24 ++++++++++++++++++++----
>  tools/dtoc/fdt_fallback.py |  8 +++++++-
>  2 files changed, 27 insertions(+), 5 deletions(-)

Similar comment to previous patch...
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to