| Index: third_party/gsutil/boto/tests/mturk/all_tests.py
|
| diff --git a/third_party/gsutil/20110627/boto/boto/mturk/test/all_tests.py b/third_party/gsutil/boto/tests/mturk/all_tests.py
|
| similarity index 90%
|
| rename from third_party/gsutil/20110627/boto/boto/mturk/test/all_tests.py
|
| rename to third_party/gsutil/boto/tests/mturk/all_tests.py
|
| index f17cf851b4fb09a5c1d6bcf30e93c328eed12016..ba2e12281f76881fa07a43df8b7bf417839fbbfd 100644
|
| --- a/third_party/gsutil/20110627/boto/boto/mturk/test/all_tests.py
|
| +++ b/third_party/gsutil/boto/tests/mturk/all_tests.py
|
| @@ -11,7 +11,7 @@ from hit_persistence import *
|
|
|
| doctest_suite = doctest.DocFileSuite(
|
| *glob('*.doctest'),
|
| - optionflags=doctest.REPORT_ONLY_FIRST_FAILURE
|
| + **{'optionflags': doctest.REPORT_ONLY_FIRST_FAILURE}
|
| )
|
|
|
| class Program(unittest.TestProgram):
|
|
|