Under python 3 dictionaries do not have an iteritems() method. Replace the call with items(), which works for both python 2 and 3. Change-Id: I088940350c88a9c02f53fb578b37d2b600a05448 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Under python 3 dictionaries do not have an iteritems() method. Replace the call with items(), which works for both python 2 and 3. Change-Id: I088940350c88a9c02f53fb578b37d2b600a05448 Signed-off-by: Doug Hellmann <doug@doughellmann.com>