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

Unified Diff: recipe_modules/python/__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/properties/example.py ('k') | recipe_modules/step/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/python/__init__.py
diff --git a/recipe_modules/python/__init__.py b/recipe_modules/python/__init__.py
index c6ae5ee6cd866216e9829384a305df6ce442d9b7..b3357ed968cc0aaaf943f02d15abf9c07cf336a9 100644
--- a/recipe_modules/python/__init__.py
+++ b/recipe_modules/python/__init__.py
@@ -1,4 +1,4 @@
DEPS = [
- 'step',
- 'raw_io'
+ 'recipe_engine/step',
+ 'recipe_engine/raw_io'
]
« no previous file with comments | « recipe_modules/properties/example.py ('k') | recipe_modules/step/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698