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

Unified Diff: scripts/slave/recipe_modules/chromium/config.py

Issue 23889036: Refactor the way that TestApi works so that it is actually useful. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Yeeeeaaaahhhhhh! Created 7 years, 3 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 a3c165283471abc3f746c8cab9eaec96e97eb456..656bc133357ba9a7a6079a32f622f6ff9cb07eb8 100644
--- a/scripts/slave/recipe_modules/chromium/config.py
+++ b/scripts/slave/recipe_modules/chromium/config.py
@@ -2,9 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-from slave.recipe_configs_util import config_item_context, ConfigGroup
-from slave.recipe_configs_util import DictConfig, SimpleConfig, StaticConfig
-from slave.recipe_configs_util import SetConfig, BadConf
+from slave.recipe_config import config_item_context, ConfigGroup
+from slave.recipe_config import DictConfig, SimpleConfig, StaticConfig
+from slave.recipe_config import SetConfig, BadConf
# 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