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

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: Moved field_composer_test with its buddies 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 94a6679528095e17cbcd23b484986bc2871e4402..8e6adf35087d6935f3aee6247d2bfd3d0b2f7041 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.config import config_item_context, ConfigGroup
+from recipe_engine.config import Dict, List, Single, Static, Set, BadConf
+from recipe_engine.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.
« no previous file with comments | « scripts/slave/recipe_modules/chromium/client_skia.py ('k') | scripts/slave/recipe_modules/chromium/test_api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698