Chromium Code Reviews| 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', |
| ] |