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

Unified Diff: recipe_engine/test.py

Issue 2848493002: [third_party] vendor argparse. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | recipe_engine/third_party/README.argparse » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_engine/test.py
diff --git a/recipe_engine/test.py b/recipe_engine/test.py
index 2924b206e684ff3b3738f9885ab45175148460fa..874712103c8433fe051f989a824340d3cec86cbf 100644
--- a/recipe_engine/test.py
+++ b/recipe_engine/test.py
@@ -4,7 +4,6 @@
from __future__ import print_function
-import argparse
import bdb
import cStringIO
import contextlib
@@ -36,6 +35,10 @@ from . import step_runner
from . import stream
from . import test_result_pb2
+from . import env
+
+import argparse # this is vendored
+
# These variables must be set in the dynamic scope of the functions in this
# file. We do this instead of passing because they're not picklable, and
« no previous file with comments | « no previous file | recipe_engine/third_party/README.argparse » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698