| Index: scripts/slave/recipe_modules/bot_update/api.py
|
| diff --git a/scripts/slave/recipe_modules/bot_update/api.py b/scripts/slave/recipe_modules/bot_update/api.py
|
| index ca370761917946cf39eb48c927c88125f0246fdc..e5f45a83b5d41b7a75b66f6e3fe93cea7e02c82b 100644
|
| --- a/scripts/slave/recipe_modules/bot_update/api.py
|
| +++ b/scripts/slave/recipe_modules/bot_update/api.py
|
| @@ -5,8 +5,7 @@
|
|
|
| """Recipe module to ensure a checkout is consistant on a bot."""
|
|
|
| -from slave import recipe_api
|
| -from slave import recipe_util
|
| +from recipe_engine import recipe_api
|
|
|
|
|
| # This is just for testing, to indicate if a master is using a Git scheduler
|
|
|