oslo.messaging/oslo/messaging/rpc
Victor Stinner 062c8ac7dd Replace dict.iteritems() with six.iteritems()
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
2013-12-20 23:43:35 +01:00
..
__init__.py Fix syntax of relative imports for Python3 2013-12-16 10:56:07 +01:00
client.py Replace dict.iteritems() with six.iteritems() 2013-12-20 23:43:35 +01:00
dispatcher.py Replace dict.iteritems() with six.iteritems() 2013-12-20 23:43:35 +01:00
server.py Add a context serialization hook 2013-08-09 08:24:49 +01:00