oslo.messaging/oslo/messaging/_drivers
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
..
__init__.py Move files to new locations for oslo.messaging 2013-06-15 08:43:54 +01:00
amqp.py Remove the partial implementation of ack_on_error 2013-12-05 13:49:35 +01:00
amqpdriver.py Use six.moves.queue instead of Queue 2013-12-07 19:35:41 -08:00
base.py Apply six for metaclass 2013-10-14 14:10:31 -04:00
common.py Remove vim header 2013-12-03 15:44:24 +00:00
impl_fake.py Use six.moves.queue instead of Queue 2013-12-07 19:35:41 -08:00
impl_qpid.py Remove the partial implementation of ack_on_error 2013-12-05 13:49:35 +01:00
impl_rabbit.py Remove the partial implementation of ack_on_error 2013-12-05 13:49:35 +01:00
impl_zmq.py Use six.moves.queue instead of Queue 2013-12-07 19:35:41 -08:00
matchmaker.py Fixed misspellings of common words 2013-12-04 15:39:18 -08:00
matchmaker_redis.py Remove useless global vars / import 2013-12-02 15:26:53 +01:00
matchmaker_ring.py Import zmq driver code with minimal modifications 2013-08-28 09:44:59 +01:00
pool.py Apply six for metaclass 2013-10-14 14:10:31 -04:00