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

Unified Diff: scripts/slave/slave_utils.py

Issue 12300004: Build scripts refactor to support multislave (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 7 years, 10 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
« no previous file with comments | « scripts/slave/bootstrap.py ('k') | scripts/tools/botmap.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/slave_utils.py
diff --git a/scripts/slave/slave_utils.py b/scripts/slave/slave_utils.py
index f7346b5731a92a0f5d9b133ca77d5b9ab4f973fe..f9b93165b569061f3167b94db977b9ff39ed0f15 100644
--- a/scripts/slave/slave_utils.py
+++ b/scripts/slave/slave_utils.py
@@ -15,7 +15,7 @@ import time
from common import chromium_utils
from slave.bootstrap import ImportMasterConfigs # pylint: disable=W0611
-from slave.bootstrap import GetActiveMaster # pylint: disable=W0611
+from common.chromium_utils import GetActiveMaster # pylint: disable=W0611
import config
from slave import xvfb
« no previous file with comments | « scripts/slave/bootstrap.py ('k') | scripts/tools/botmap.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698