| Index: scripts/slave/recipe_modules/halt/api.py
|
| diff --git a/scripts/slave/recipe_modules/halt/api.py b/scripts/slave/recipe_modules/halt/api.py
|
| index fb987f82cefa468306e660c2af6b43964c1b2370..2addb256d48e1d4af060f304caa1996df5895805 100644
|
| --- a/scripts/slave/recipe_modules/halt/api.py
|
| +++ b/scripts/slave/recipe_modules/halt/api.py
|
| @@ -1,7 +1,7 @@
|
| # Copyright 2015 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
|
|
| -from slave import recipe_api
|
| +from recipe_engine import recipe_api
|
|
|
| class HaltApi(recipe_api.RecipeApi):
|
|
|
|
|