Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: third_party/gsutil/boto/tests/mturk/run-doctest.py

Issue 10199002: Upgrade gsutil to 3.4 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
- )
+ )
« no previous file with comments | « third_party/gsutil/boto/tests/mturk/reviewable_hits.doctest ('k') | third_party/gsutil/boto/tests/mturk/search_hits.doctest » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698