Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: third_party/gsutil/boto/boto/pyami/config.py

Issue 10199002: Upgrade gsutil to 3.4 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/gsutil/boto/boto/pyami/bootstrap.py ('k') | third_party/gsutil/boto/boto/pyami/copybot.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « third_party/gsutil/boto/boto/pyami/bootstrap.py ('k') | third_party/gsutil/boto/boto/pyami/copybot.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698