| Index: scripts/slave/recipe_modules/example/api.py
|
| diff --git a/scripts/slave/recipe_modules/example/api.py b/scripts/slave/recipe_modules/example/api.py
|
| index 0393c1bb8506085cca5de931fd2270b6d0878a11..585f7339b98426c9b1921a50e23d64df205cfe9a 100644
|
| --- a/scripts/slave/recipe_modules/example/api.py
|
| +++ b/scripts/slave/recipe_modules/example/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 ExampleApi(recipe_api.RecipeApi):
|
| """ExampleApi provides support for the example/* recipes."""
|
|
|