oslo.messaging/oslo_messaging/_drivers
Sean McGinnis c1768401f7
Remove monotonic usage
The monotonic package was needed for monotonic time operations when
running under Python runtimes older than 3.3. Since we now only support
versions higher than this, this third party package requirement can now
be removed.

Change-Id: I598530b3f417964ff697b48e681b135bd119ae81
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-05-04 17:02:44 -05:00
..
amqp1_driver Remove monotonic usage 2020-05-04 17:02:44 -05:00
kafka_driver Add support for kafka SSL autentication 2020-01-16 23:26:53 +01:00
__init__.py Fixed a couple of pep8 errors/warnings 2016-01-25 15:00:49 +08:00
amqp.py Remove rabbit_durable_queues deprecated option 2018-09-05 15:35:20 +10:00
amqpdriver.py Fix some typos 2020-04-05 20:55:04 +08:00
base.py Add transport_options parameter 2019-06-14 15:47:39 +02:00
common.py fix typos 2019-06-18 14:00:14 +02:00
impl_amqp1.py Add the "transport_options" parameter to the amqp1 and kafka drivers. 2019-06-20 16:12:39 -04:00
impl_fake.py Do not use threading.Event 2019-12-18 13:11:41 +00:00
impl_kafka.py Add support for kafka SSL autentication 2020-01-16 23:26:53 +01:00
impl_rabbit.py Fix some typos 2020-04-05 20:55:04 +08:00
pool.py Replace 'raise StopIteration' with 'return' 2018-06-29 14:39:46 +01:00