oslo.messaging/oslo_messaging/_drivers
Javeme 166cfbfb1b Fixed a couple of pep8 errors/warnings
Fixed pep8 errors:
 * E127 continuation line over-indented for visual indent
 * E226 missing whitespace around arithmetic operator
 * E231 missing whitespace after ','
 * E241 multiple spaces after ','
 * E261 at least two spaces before inline comment
 * E301 expected 1 blank line, found 0
 * E302 expected 2 blank lines, found 1
 * E303 too many blank lines (2)
 * E501 line too long (80 > 79 characters)

Fixed pep8 warnings:
 * W292 no newline at end of file
 * W391 blank line at end of file

Change-Id: I1736f8a42c3a335a17a0b9b6e64782487ed3a495
2016-01-25 15:00:49 +08:00
..
pika_driver Adds params field to BlockingConnection object 2016-01-21 17:54:55 +02:00
protocols Improvement of logging acorrding to oslo.i18n guideline 2016-01-07 13:26:55 +08:00
zmq_driver [zmq] Implement background redis polling from the client-side 2016-01-20 11:09:46 +02:00
__init__.py Fixed a couple of pep8 errors/warnings 2016-01-25 15:00:49 +08:00
amqp.py Follow the plan about the single reply message 2015-12-04 15:25:03 +01:00
amqpdriver.py Improvement of logging acorrding to oslo.i18n guideline 2016-01-07 13:26:55 +08:00
base.py batch notification listener 2015-12-08 09:14:20 +01:00
common.py Improvement of logging acorrding to oslo.i18n guideline 2016-01-07 13:26:55 +08:00
impl_fake.py batch notification listener 2015-12-08 09:14:20 +01:00
impl_kafka.py batch notification listener 2015-12-08 09:14:20 +01:00
impl_pika.py Adds tests for pika_message.py 2015-12-19 18:42:10 -05:00
impl_rabbit.py Merge "Fix URL in warning message" 2016-01-21 04:27:15 +00:00
impl_zmq.py [zmq] Implement background redis polling from the client-side 2016-01-20 11:09:46 +02:00
pool.py Move ConnectionPool and ConnectionContext outside amqp.py 2015-11-30 11:53:48 +00:00