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