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

Unified Diff: recipe_modules/step/__init__.py

Issue 1344583003: Recipe package system. (Closed) Base URL: git@github.com:luci/recipes-py.git@master
Patch Set: Recompiled proto Created 5 years, 3 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/python/__init__.py ('k') | recipe_modules/step/example.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/step/__init__.py
diff --git a/recipe_modules/step/__init__.py b/recipe_modules/step/__init__.py
index 9fda1c41fefd5924ea771a8fc0450deea22161d6..31ca36d02eda64c7da27f0d567e85e8625872516 100644
--- a/recipe_modules/step/__init__.py
+++ b/recipe_modules/step/__init__.py
@@ -1,3 +1,3 @@
DEPS = [
- 'path',
+ 'recipe_engine/path',
]
« no previous file with comments | « recipe_modules/python/__init__.py ('k') | recipe_modules/step/example.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698