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

Unified Diff: recipes.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 | « recipe_engine/third_party/argparse.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes.py
diff --git a/recipes.py b/recipes.py
index e635144d54c6a176a9e019c3b704be2c88a0128d..40d747b50df6e2c3f69b43afe5193d76213c4d0e 100755
--- a/recipes.py
+++ b/recipes.py
@@ -9,7 +9,6 @@ This tool operates on the nearest ancestor directory containing an
infra/config/recipes.cfg.
"""
-import argparse
import json
import logging
import os
@@ -28,6 +27,8 @@ ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
sys.path.insert(0, ROOT_DIR)
from recipe_engine import env
+
+import argparse # this is vendored
from recipe_engine import arguments_pb2
from recipe_engine import util as recipe_util
from google.protobuf import json_format as jsonpb
« no previous file with comments | « recipe_engine/third_party/argparse.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698