| Index: scripts/slave/recipe_modules/file/__init__.py
|
| diff --git a/scripts/slave/recipe_modules/file/__init__.py b/scripts/slave/recipe_modules/file/__init__.py
|
| index 95f33cc105024a6b9ba6d9eed97e84849861a0ac..82680adc4715d337b6d1eb9549cf2f529dd5861c 100644
|
| --- a/scripts/slave/recipe_modules/file/__init__.py
|
| +++ b/scripts/slave/recipe_modules/file/__init__.py
|
| @@ -3,9 +3,9 @@
|
| # found in the LICENSE file.
|
|
|
| DEPS = [
|
| - 'recipe_engine/json',
|
| - 'recipe_engine/path',
|
| - 'recipe_engine/python',
|
| - 'recipe_engine/raw_io',
|
| - 'recipe_engine/step',
|
| + 'json',
|
| + 'path',
|
| + 'python',
|
| + 'raw_io',
|
| + 'step',
|
| ]
|
|
|