| Index: scripts/slave/recipe_modules/gitiles/api.py
|
| diff --git a/scripts/slave/recipe_modules/gitiles/api.py b/scripts/slave/recipe_modules/gitiles/api.py
|
| index a5cf1a5c136f7717cacc8f84cd2c1f6fd61954ed..82a789d3fa0adf21fae05e57a03a7f096327e563 100644
|
| --- a/scripts/slave/recipe_modules/gitiles/api.py
|
| +++ b/scripts/slave/recipe_modules/gitiles/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 base64
|
|
|
|
|