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

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

Powered by Google App Engine
This is Rietveld 408576698