
We should avoid using six.itervalues to achieve iterators. We can use dict.values instead, as it willreturn iterators in PY3 as well. And dict.items/values will more readable. Change-Id: I81fcf7cfdbd24784039ec2aca6a0c1f503a76502
We should avoid using six.itervalues to achieve iterators. We can use dict.values instead, as it willreturn iterators in PY3 as well. And dict.items/values will more readable. Change-Id: I81fcf7cfdbd24784039ec2aca6a0c1f503a76502