From cc8220c0acd42fcb6f9232cc37ca2dc5d2c1ad93 Mon Sep 17 00:00:00 2001 From: MS Date: Fri, 20 Nov 2020 15:40:28 +0100 Subject: fix import --- buildbot/master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot/master.cfg b/buildbot/master.cfg index 0db0862..024235e 100644 --- a/buildbot/master.cfg +++ b/buildbot/master.cfg @@ -24,7 +24,7 @@ import re import json from buildbot.steps.source.git import Git from buildbot.steps.shell import ShellCommand -from buildbot.plugins import (worker, changes, schedulers, util) +from buildbot.plugins import (worker, changes, schedulers, util, reporters) c = BuildmasterConfig = {} # Silence warning and allow very basic phoning home. -- cgit v1.2.3