| Index: scripts/slave/recipe_modules/path/test_api.py
|
| diff --git a/scripts/slave/recipe_modules/path/test_api.py b/scripts/slave/recipe_modules/path/test_api.py
|
| index c966feb7e53d4e791e40f26399f061cf9fa68920..2eb9b7261c4a05f986a1c9a735dd66faf5ef7b82 100644
|
| --- a/scripts/slave/recipe_modules/path/test_api.py
|
| +++ b/scripts/slave/recipe_modules/path/test_api.py
|
| @@ -1,5 +1,5 @@
|
| -from slave import recipe_test_api
|
| -from slave.recipe_config_types import Path, NamedBasePath
|
| +from recipe_engine import recipe_test_api
|
| +from recipe_engine.recipe_config_types import Path, NamedBasePath
|
|
|
| class PathTestApi(recipe_test_api.RecipeTestApi):
|
| @recipe_test_api.mod_test_data
|
|
|