| Index: scripts/slave/recipe_modules/file/api.py
|
| diff --git a/scripts/slave/recipe_modules/file/api.py b/scripts/slave/recipe_modules/file/api.py
|
| index 1dbf84cfad98569ffb572eec7154d06e930b5fca..4438bdfbd5687e594766c4292919c2ea5d14fcb8 100644
|
| --- a/scripts/slave/recipe_modules/file/api.py
|
| +++ b/scripts/slave/recipe_modules/file/api.py
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -from slave import recipe_api
|
| +from recipe_engine import recipe_api
|
|
|
|
|
| class FileApi(recipe_api.RecipeApi):
|
|
|