| Index: scripts/slave/recipe_modules/disk/api.py
|
| diff --git a/scripts/slave/recipe_modules/disk/api.py b/scripts/slave/recipe_modules/disk/api.py
|
| index bd3a8c91a66b30d3644eef3314e1dfa90bbd1c33..52f02c6e9ac4d3c3f56ac5fbc5919bce04cea8ab 100644
|
| --- a/scripts/slave/recipe_modules/disk/api.py
|
| +++ b/scripts/slave/recipe_modules/disk/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 DiskApi(recipe_api.RecipeApi):
|
|
|