Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(731)

Unified Diff: scripts/slave/recipe_modules/perf_dashboard/api.py

Issue 1151423002: Move recipe engine to third_party/recipe_engine. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Copyright notices Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698