oslo.messaging/oslo/messaging
Chang Bo Guo 2278ce0b95 Use six.moves.queue instead of Queue
The Queue module has been renamed to queue in Python 3.
Use six.moves.queue to fit the change.

http://docs.python.org/2/library/queue.html#module-Queue

Change-Id: I2940f34d161b2e3cbc5464619f76e6adea4ef9f6
2013-12-07 19:35:41 -08:00
..
_cmd Add zmq-receiver 2013-08-28 12:25:10 +01:00
_drivers Use six.moves.queue instead of Queue 2013-12-07 19:35:41 -08:00
_executors Fix some typos and adjust capitalization 2013-11-03 07:07:51 -08:00
notify Merge "Avoid storing configuration in notifier" 2013-11-29 20:58:14 +00:00
openstack Decouple from Oslo uuidutils module 2013-11-22 19:59:03 -08:00
rpc Remove useless global vars / import 2013-12-02 15:26:53 +01:00
__init__.py Remove ConfFixture from toplevel public API 2013-08-17 17:49:23 +01:00
_utils.py Add third element to RPC versions for backports 2013-10-14 11:24:57 +00:00
conffixture.py Add a unit testing configuration fixture 2013-08-13 13:52:42 +01:00
exceptions.py Simplify common base exception prototype 2013-12-03 11:23:17 +01:00
localcontext.py Fix some typos and adjust capitalization 2013-11-03 07:07:51 -08:00
serializer.py Apply six for metaclass 2013-10-14 14:10:31 -04:00
server.py Remove useless global vars / import 2013-12-02 15:26:53 +01:00
target.py Include docstrings in published docs 2013-07-10 09:33:13 +01:00
transport.py Add transport aliases 2013-12-06 19:18:18 +00:00