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

Unified Diff: recipe_modules/rietveld/example.py

Issue 1917263002: Revert of depot_tools: add infra_paths recipe module for infra-specific paths (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 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_modules/rietveld/api.py ('k') | recipe_modules/rietveld/example.expected/basic.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/rietveld/example.py
diff --git a/recipe_modules/rietveld/example.py b/recipe_modules/rietveld/example.py
index b389687c560cd3871255e841b8b3270dda1742ca..b00cb201a34c580bf2294e2fa319582327e0b72a 100644
--- a/recipe_modules/rietveld/example.py
+++ b/recipe_modules/rietveld/example.py
@@ -3,7 +3,6 @@
# found in the LICENSE file.
DEPS = [
- 'infra_paths',
'recipe_engine/path',
'recipe_engine/properties',
'recipe_engine/step',
@@ -11,7 +10,7 @@
]
def RunSteps(api):
- api.path['checkout'] = api.infra_paths['slave_build']
+ api.path['checkout'] = api.path['slave_build']
api.rietveld.apply_issue('foo', 'bar', authentication='oauth2')
api.rietveld.calculate_issue_root({'project': ['']})
« no previous file with comments | « recipe_modules/rietveld/api.py ('k') | recipe_modules/rietveld/example.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698