Replace dict.itervalues() with dict.values(). The Python 3 dict type has no itervalues() method, the old itervalues() method was renamed to values(). TrivialFix. Change-Id: I5d96f26db2bb3490271962d9548672cfdd03357echanges/93/346293/3
parent
ebaca6b80b
commit
bb35643c18
Loading…
Reference in new issue