/usr/lib/python2.6/site-packages/boto/sqs
Edit: /usr/lib/python2.6/site-packages/boto/sqs/jsonmessage.pyo (1273B)
Ñò
Å-õSc @ sV d d k Z d d k l Z d d k l Z d d k l Z d e f d „ ƒ YZ d S( iÿÿÿÿN( t MHMessage( t SQSDecodeError( t jsont JSONMessagec B s e Z d Z d „ Z d „ Z RS( sX
Acts like a dictionary but encodes it's data as a Base64 encoded JSON payload.
c C sQ y4 t i | i d ƒ ƒ i d ƒ } t i | ƒ } Wn t d | ƒ ‚ n X| S( Ns utf-8s Unable to decode message( t base64t b64decodet encodet decodeR t loadsR ( t selft value( ( s8 /usr/lib/python2.6/site-packages/boto/sqs/jsonmessage.pyR ! s !c C s. t i | ƒ } t i | i d ƒ ƒ i d ƒ S( Ns utf-8( R t dumpsR t b64encodeR R ( R R
( ( s8 /usr/lib/python2.6/site-packages/boto/sqs/jsonmessage.pyR ) s ( t __name__t
__module__t __doc__R R ( ( ( s8 /usr/lib/python2.6/site-packages/boto/sqs/jsonmessage.pyR s ( R t boto.sqs.messageR t boto.exceptionR t boto.compatR R ( ( ( s8 /usr/lib/python2.6/site-packages/boto/sqs/jsonmessage.pyt
s