| 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(
|
|
|