Index: masters/master.client.v8/master.cfg |
diff --git a/masters/master.client.v8/master.cfg b/masters/master.client.v8/master.cfg |
index 52166b593a19a3163fc7d85cdc633b4b1e3d79e1..74b157b330fec9b131e27de676852bb4bd507f63 100644 |
--- a/masters/master.client.v8/master.cfg |
+++ b/masters/master.client.v8/master.cfg |
@@ -28,6 +28,7 @@ from master.factory import v8_factory |
from master.factory import chromium_factory |
import config |
+import master_site_config |
import branches_cfg |
# Get the branches currently tracked on the waterfall, plus the names for the |
@@ -36,7 +37,7 @@ stable_branch = branches_cfg.stable_branch |
beta_branch = branches_cfg.beta_branch |
branch_names = branches_cfg.branch_names |
-ActiveMaster = config.Master.V8 |
+ActiveMaster = master_site_config.V8 |
SVN_POLLER = True |