| Index: bootstrap/get_appengine.py
|
| diff --git a/testing_support/get_appengine.py b/bootstrap/get_appengine.py
|
| similarity index 97%
|
| copy from testing_support/get_appengine.py
|
| copy to bootstrap/get_appengine.py
|
| index 98820ffb87609efc6cfac0092e938de7ef3d953a..3dc62d22a98fe0376e859a000de5db6f5084d1b9 100755
|
| --- a/testing_support/get_appengine.py
|
| +++ b/bootstrap/get_appengine.py
|
| @@ -3,10 +3,6 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -"""This script is copied from
|
| -https://chromium.googlesource.com/infra/infra.git/+/master/bootstrap
|
| -"""
|
| -
|
| import datetime
|
| import logging
|
| import optparse
|
|
|