summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-12-04 12:41:42 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-12-04 12:41:42 +0100
commit8570b09c03b4d58b9c99ddf680dc8ece62dcbe86 (patch)
tree1468a0e485a945612820acc5480b14f8e6bddd9c
parentf2ed994ed9b81f219c67579cecf6288ec37150ef (diff)
downloaddeployment-8570b09c03b4d58b9c99ddf680dc8ece62dcbe86.tar.gz
deployment-8570b09c03b4d58b9c99ddf680dc8ece62dcbe86.tar.bz2
deployment-8570b09c03b4d58b9c99ddf680dc8ece62dcbe86.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 f6699b9..98a8a8b 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -456,7 +456,7 @@ c["buildbotURL"] = "https://buildbot.taler.net/"
from taler_bb_userpass_db import USER_PASSWORD_DB
-authz = util.authz.Authz(
+authz = util.Authz(
allowRules=[
# Prevent _any_ action from being taken.
util.AnyEndpointMatcher(role="norole",