From 8826341cb710e06d1538fa45209f16d04e24f343 Mon Sep 17 00:00:00 2001 From: "bhearsum%mozilla.com" Date: Mon, 6 Oct 2008 13:06:28 +0000 Subject: [PATCH] Import HgPoller into Try Server master.cfg (import of a local patch that somehow missed CVS.) git-svn-id: svn://10.0.0.236/trunk@254537 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/tools/buildbot-configs/tryserver/master.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/tools/buildbot-configs/tryserver/master.cfg b/mozilla/tools/buildbot-configs/tryserver/master.cfg index 452c9dc84d6..69c0d16f244 100644 --- a/mozilla/tools/buildbot-configs/tryserver/master.cfg +++ b/mozilla/tools/buildbot-configs/tryserver/master.cfg @@ -15,6 +15,7 @@ reload(buildbotcustom.changes.hgpoller) reload(buildbotcustom.tryserver.env) reload(buildbotcustom.tryserver.steps) +from buildbotcustom.changes.hgpoller import HgPoller from buildbotcustom.tryserver.env import MozillaEnvironments # This is the dictionary that the buildmaster pays attention to. We also use