summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-11-20 15:40:28 +0100
committerMS <ms@taler.net>2020-11-20 15:40:28 +0100
commitcc8220c0acd42fcb6f9232cc37ca2dc5d2c1ad93 (patch)
tree21fcecbac70853bae4a122af7ebd074d607a887f
parent6626dc1c4dc546f686fd43c32641f01debf93113 (diff)
downloadlibeufin-deployment-cc8220c0acd42fcb6f9232cc37ca2dc5d2c1ad93.tar.gz
libeufin-deployment-cc8220c0acd42fcb6f9232cc37ca2dc5d2c1ad93.tar.bz2
libeufin-deployment-cc8220c0acd42fcb6f9232cc37ca2dc5d2c1ad93.zip
fix import
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
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.