summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwalsh159 <walsh159@604d75c7-a419-0410-a38f-bde1a0bd1dbf>2009-11-05 21:28:51 +0000
committerwalsh159 <walsh159@604d75c7-a419-0410-a38f-bde1a0bd1dbf>2009-11-05 21:28:51 +0000
commit64e56383482a959cf3f23d8b8b58a271b7883afd (patch)
tree6daa512de569c1fb00db0c2e58786bcd339a7ac4
parent9edbe180b03060e9e44a9ecfff50519012e1087c (diff)
downloadboto-64e56383482a959cf3f23d8b8b58a271b7883afd.tar.gz
Import the required SQSDecodeError.
-rw-r--r--boto/sqs/message.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/boto/sqs/message.py b/boto/sqs/message.py
index 11c66989..da1ba68e 100644
--- a/boto/sqs/message.py
+++ b/boto/sqs/message.py
@@ -66,6 +66,7 @@ in the format in which it would be stored in SQS.
import base64
import StringIO
from boto.sqs.attributes import Attributes
+from boto.exception import SQSDecodeError
class RawMessage:
"""