Chromium Code Reviews| Index: depot-tools-auth |
| diff --git a/apply_issue b/depot-tools-auth |
| similarity index 52% |
| copy from apply_issue |
| copy to depot-tools-auth |
| index 1f7115e1d5e7e2b3262797b6db04789ed9480cb0..9233c92ed880d32b955990c5c826eea8f355a21c 100755 |
| --- a/apply_issue |
| +++ b/depot-tools-auth |
| @@ -1,8 +1,8 @@ |
| #!/usr/bin/env bash |
| -# Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| +# Copyright 2015 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| base_dir=$(dirname "$0") |
| -PYTHONDONTWRITEBYTECODE=1 exec python "$base_dir/apply_issue.py" "$@" |
| +PYTHONDONTWRITEBYTECODE=1 exec python "$base_dir/depot-tools-auth.py" "$@" |