| Index: third_party/gsutil/boto/boto/sqs/jsonmessage.py
|
| diff --git a/third_party/gsutil/20110627/boto/boto/sqs/jsonmessage.py b/third_party/gsutil/boto/boto/sqs/jsonmessage.py
|
| similarity index 100%
|
| rename from third_party/gsutil/20110627/boto/boto/sqs/jsonmessage.py
|
| rename to third_party/gsutil/boto/boto/sqs/jsonmessage.py
|
| index 24a3be2d18f18a584d7a7b96a308d5aec297640c..fb0a4c30e419a161b543d90e6b99b15af02a0d62 100644
|
| --- a/third_party/gsutil/20110627/boto/boto/sqs/jsonmessage.py
|
| +++ b/third_party/gsutil/boto/boto/sqs/jsonmessage.py
|
| @@ -23,9 +23,9 @@ from boto.sqs.message import MHMessage
|
| from boto.exception import SQSDecodeError
|
| import base64
|
| try:
|
| - import json
|
| -except ImportError:
|
| import simplejson as json
|
| +except ImportError:
|
| + import json
|
|
|
| class JSONMessage(MHMessage):
|
| """
|
|
|