| Index: scripts/slave/recipe_modules/perf_dashboard/api.py
|
| diff --git a/scripts/slave/recipe_modules/perf_dashboard/api.py b/scripts/slave/recipe_modules/perf_dashboard/api.py
|
| index eb26e2acb626e835b947a4e0091ee797a6905cd6..f358705ac19d67b5241c9f4c7a5262940f2b7ee3 100644
|
| --- a/scripts/slave/recipe_modules/perf_dashboard/api.py
|
| +++ b/scripts/slave/recipe_modules/perf_dashboard/api.py
|
| @@ -4,7 +4,7 @@
|
|
|
| import urllib
|
|
|
| -from slave import recipe_api
|
| +from recipe_engine import recipe_api
|
|
|
| class PerfDashboardApi(recipe_api.RecipeApi):
|
| """Provides steps to take a list of perf points and post them to the
|
|
|