barbican/functionaltests
Dave McCowan 11cb5629f6 Python 3 Refactoring: Replace six.iteritems() with the preferred items()
With Python3, the iteritems() method has been removed from dictionarys.
This leaves us with two options:
   1) replace with six.iteritems(dictionary)
   2) replace with dictionary.items()

The OpenStack Python 3 coders have documented their preference,
and we should follow it. Their preference is dictionary.items()

Change-Id: I2e27819404ae071bd21bfe4555e50dc8df9c65aa
Partially-Implements: blueprint barbican-py3
2015-10-01 08:17:32 -04:00
..
2015-09-22 12:48:47 -04:00