PEP8 and pylint cleanup. There should be no functional changes here, just style changes to get violations down.

This commit is contained in:
Eric Day
2010-10-21 11:49:51 -07:00
parent e429f01138
commit ca0db2a795
20 changed files with 145 additions and 149 deletions

View File

@@ -130,7 +130,6 @@ class Backend(object):
self._exchanges[exchange].publish(
message, routing_key=routing_key)
__instance = None
def __init__(self, *args, **kwargs):