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

Unified Diff: scripts/slave/recipe_modules/chromium/config.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/chromium/config.py
diff --git a/scripts/slave/recipe_modules/chromium/config.py b/scripts/slave/recipe_modules/chromium/config.py
index 11e3c985ca11e854dc601c16d600e556a4beaebc..4080ad8347210e5ac26a489ec5f83ce497a29170 100644
--- a/scripts/slave/recipe_modules/chromium/config.py
+++ b/scripts/slave/recipe_modules/chromium/config.py
@@ -4,9 +4,9 @@
import pipes
-from slave.recipe_config import config_item_context, ConfigGroup
-from slave.recipe_config import Dict, List, Single, Static, Set, BadConf
-from slave.recipe_config_types import Path
+from recipe_engine.recipe_config import config_item_context, ConfigGroup
+from recipe_engine.recipe_config import Dict, List, Single, Static, Set, BadConf
+from recipe_engine.recipe_config_types import Path
# Because of the way that we use decorators, pylint can't figure out the proper
# type signature of functions annotated with the @config_ctx decorator.

Powered by Google App Engine
This is Rietveld 408576698