| Index: scripts/slave/recipe_modules/time/api.py
|
| diff --git a/scripts/slave/recipe_modules/time/api.py b/scripts/slave/recipe_modules/time/api.py
|
| index 69c105bd47f7c5e31155b6390002516e7e6ee4e8..001407c1a82c72406757e93f5a96bd31aeb0b878 100644
|
| --- a/scripts/slave/recipe_modules/time/api.py
|
| +++ b/scripts/slave/recipe_modules/time/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
|
|
|
| import time
|
|
|
|
|