| Index: scripts/slave/recipe_modules/syzygy/test_api.py
|
| diff --git a/scripts/slave/recipe_modules/syzygy/test_api.py b/scripts/slave/recipe_modules/syzygy/test_api.py
|
| index 804a968b392ad64e852d7f7cadcff0993b6b365a..0a9b2033e4dd2a1a896cad3d9a20f6ff2fa53dd4 100644
|
| --- a/scripts/slave/recipe_modules/syzygy/test_api.py
|
| +++ b/scripts/slave/recipe_modules/syzygy/test_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_test_api
|
| +from recipe_engine import recipe_test_api
|
|
|
| # pylint: disable=W0232
|
| class SyzygyTestApi(recipe_test_api.RecipeTestApi):
|
|
|