| 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..607fe575d8fc3a66d5d113192276504cec818122 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.config_types import Path, NamedBasePath
|
|
|
| class PathTestApi(recipe_test_api.RecipeTestApi):
|
| @recipe_test_api.mod_test_data
|
|
|