| Index: third_party/gsutil/boto/tests/mturk/run-doctest.py
|
| diff --git a/third_party/gsutil/20110627/boto/boto/mturk/test/run-doctest.py b/third_party/gsutil/boto/tests/mturk/run-doctest.py
|
| similarity index 81%
|
| rename from third_party/gsutil/20110627/boto/boto/mturk/test/run-doctest.py
|
| rename to third_party/gsutil/boto/tests/mturk/run-doctest.py
|
| index 251b7e0755db824f5f46ac494e099ea681816fc6..802b773996925364328f735a85de2bfb8c42b82f 100644
|
| --- a/third_party/gsutil/20110627/boto/boto/mturk/test/run-doctest.py
|
| +++ b/third_party/gsutil/boto/tests/mturk/run-doctest.py
|
| @@ -1,5 +1,3 @@
|
| -from __future__ import print_function
|
| -
|
| import argparse
|
| import doctest
|
|
|
| @@ -12,4 +10,4 @@ args = parser.parse_args()
|
| doctest.testfile(
|
| args.test_name,
|
| optionflags=doctest.REPORT_ONLY_FIRST_FAILURE
|
| - )
|
| + )
|
|
|