Index: masters/master.tryserver.webrtc/master.cfg |
diff --git a/masters/master.tryserver.webrtc/master.cfg b/masters/master.tryserver.webrtc/master.cfg |
index 5e87666c7558be1019b7327452791768a88baa7d..1766e0a19c2e166df8667c88f8f6d25acbd9d5d7 100755 |
--- a/masters/master.tryserver.webrtc/master.cfg |
+++ b/masters/master.tryserver.webrtc/master.cfg |
@@ -17,8 +17,9 @@ from master.try_job_http import TryJobHTTP |
from master.try_mail_notifier import TryMailNotifier |
import config |
+import master_site_config |
-ActiveMaster = config.Master.WebRTCTryServer |
+ActiveMaster = master_site_config.WebRTCTryServer |
MAIL_NOTIFIER = True |
LISTEN_TO_SVN = ActiveMaster.svn_url and ActiveMaster.is_production_host |