| Index: third_party/gsutil/boto/boto/pyami/config.py
|
| diff --git a/third_party/gsutil/20110627/boto/boto/pyami/config.py b/third_party/gsutil/boto/boto/pyami/config.py
|
| similarity index 100%
|
| rename from third_party/gsutil/20110627/boto/boto/pyami/config.py
|
| rename to third_party/gsutil/boto/boto/pyami/config.py
|
| index 74d663ea7679ca064c0760d2ed87bc6b45435048..d75e79106c724f36c65111c5a49ec578f189c556 100644
|
| --- a/third_party/gsutil/20110627/boto/boto/pyami/config.py
|
| +++ b/third_party/gsutil/boto/boto/pyami/config.py
|
| @@ -197,9 +197,9 @@ class Config(ConfigParser.SafeConfigParser):
|
|
|
| def dump_to_sdb(self, domain_name, item_name):
|
| try:
|
| - import json
|
| - except ImportError:
|
| import simplejson as json
|
| + except ImportError:
|
| + import json
|
|
|
| sdb = boto.connect_sdb()
|
| domain = sdb.lookup(domain_name)
|
|
|