| Index: scripts/slave/recipe_modules/gatekeeper/api.py
|
| diff --git a/scripts/slave/recipe_modules/gatekeeper/api.py b/scripts/slave/recipe_modules/gatekeeper/api.py
|
| index bb6cf8207d0bb8eaf72d3e70ef1b40de417fe2a0..9a2bd66933b3e745320c36adcac2e199cc09a47e 100644
|
| --- a/scripts/slave/recipe_modules/gatekeeper/api.py
|
| +++ b/scripts/slave/recipe_modules/gatekeeper/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 Gatekeeper(recipe_api.RecipeApi):
|
|
|