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

Unified Diff: scripts/slave/recipe_modules/repo/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/repo/api.py
diff --git a/scripts/slave/recipe_modules/repo/api.py b/scripts/slave/recipe_modules/repo/api.py
index 8b86784a0db552e44f38c4f5764c4bcd439d4c7b..7d0c8fee00fe738dd4b0d08de1258701b3c249d8 100644
--- a/scripts/slave/recipe_modules/repo/api.py
+++ b/scripts/slave/recipe_modules/repo/api.py
@@ -6,7 +6,7 @@
import re
-from slave import recipe_api
+from recipe_engine import recipe_api
class RepoApi(recipe_api.RecipeApi):
"""Provides methods to encapsulate repo operations."""

Powered by Google App Engine
This is Rietveld 408576698