From 7cc155f67d0ef0d824d90e559dad1ed50128d072 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Tue, 7 Oct 2014 13:28:27 +0000 Subject: [PATCH] buildmaster: add missing import --- .../buildmaster-configure/templates/taskotron.master.cfg.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 index 168e8a6d2f..0a59398663 100644 --- a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 +++ b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 @@ -58,6 +58,7 @@ from buildbot.schedulers.basic import SingleBranchScheduler from buildbot.schedulers.forcesched import ForceScheduler, StringParameter from buildbot.changes import filter from buildbot.schedulers.basic import BaseBasicScheduler +from buildbot import util class JobScheduler(BaseBasicScheduler):