062c8ac7dd

dict.iteritems() was replaced with dict.items() in Python 3. Use the six.iteritems() function to get code compatible with Python 2 and Python 3. Change-Id: I0c8ecc3ae540ffaf4c6b159e09ca16ccf365973d
Description
Languages
Python
99.8%
Shell
0.2%