summaryrefslogtreecommitdiff
path: root/kombu/transport/SQS.py
diff options
context:
space:
mode:
authorAdam Nelson <adam@varud.com>2011-08-24 14:25:37 -0400
committerAdam Nelson <adam@varud.com>2011-08-24 14:25:37 -0400
commit824d1d90419a8f8509348024cbff6595c03054bd (patch)
tree53a69c32ea07846a23fd56aa0e77251217477668 /kombu/transport/SQS.py
parentebd372a5022ad755cb3329bfcd372433b1db3dd4 (diff)
downloadkombu-824d1d90419a8f8509348024cbff6595c03054bd.tar.gz
Another indentation problem with the merge
Diffstat (limited to 'kombu/transport/SQS.py')
-rw-r--r--kombu/transport/SQS.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kombu/transport/SQS.py b/kombu/transport/SQS.py
index b2e550f3..07843eda 100644
--- a/kombu/transport/SQS.py
+++ b/kombu/transport/SQS.py
@@ -267,7 +267,7 @@ class Channel(virtual.Channel):
for conn in (self._sqs, self._sdb):
if conn:
try:
- conn.close()
+ conn.close()
except AttributeError, exc: # FIXME ???
if "can't set attribute" not in str(exc):
raise