Replace dict.iteritems() with dict.items(). The Python 3 dict type has no iteritems() method, the old iteritems() method was renamed to items(). Change-Id: I16c3dc5d56c074097d7cdda6635796cdc9d851e3changes/95/346295/2
parent
fe306f8cb1
commit
10bac1a73a
Loading…
Reference in new issue