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

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

Powered by Google App Engine
This is Rietveld 408576698