Chromium Code Reviews| Index: recipe_modules/example/__init__.py |
| diff --git a/recipe_modules/example/__init__.py b/recipe_modules/example/__init__.py |
| index 236a9919e725ec8ccc78408e2ad546fd74315197..2a60dc7c6d2ac36dab34b66fa861055e8813206e 100644 |
| --- a/recipe_modules/example/__init__.py |
| +++ b/recipe_modules/example/__init__.py |
| @@ -1,3 +1,3 @@ |
| DEPS = [ |
| - "step" |
| + 'recipe_engine/step', |
| ] |