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

Unified Diff: third_party/gsutil/oauth2_plugin/oauth2_helper.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
Index: third_party/gsutil/oauth2_plugin/oauth2_helper.py
diff --git a/third_party/gsutil/20110627/oauth2_plugin/oauth2_helper.py b/third_party/gsutil/oauth2_plugin/oauth2_helper.py
similarity index 96%
rename from third_party/gsutil/20110627/oauth2_plugin/oauth2_helper.py
rename to third_party/gsutil/oauth2_plugin/oauth2_helper.py
index be25767163df0731968b3d01b3df6fcd2b57bbd7..a234118a629b32a38747233b412ffa6aacd10c7a 100644
--- a/third_party/gsutil/20110627/oauth2_plugin/oauth2_helper.py
+++ b/third_party/gsutil/oauth2_plugin/oauth2_helper.py
@@ -91,8 +91,8 @@ def OAuth2ApprovalFlow(oauth2_client, scopes, launch_browser=False):
sys.stdout.write(
'In your browser you should see a page that requests you to authorize '
- 'gsutil to access\nGoogle Storage on your behalf. After you approve, an '
- 'authorization code will be displayed.\n\n')
+ 'gsutil to access\nGoogle Cloud Storage on your behalf. After you '
+ 'approve, an authorization code will be displayed.\n\n')
if (launch_browser and
not webbrowser.open(approval_url, new=1, autoraise=True)):
sys.stdout.write(
« no previous file with comments | « third_party/gsutil/oauth2_plugin/oauth2_client_test.py ('k') | third_party/gsutil/oauth2_plugin/oauth2_plugin.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698