summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-11-04 22:04:39 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-11-04 22:04:39 +0100
commitb7cee7ff66c06498496f4474dd6431d34c7d17bc (patch)
treedefc9930a3d2d85098580c32d0ef4052888fa3b1
parentdaf032c755eef2ee508be463bce8ae0aa7adc44b (diff)
downloaddeployment-b7cee7ff66c06498496f4474dd6431d34c7d17bc.tar.gz
deployment-b7cee7ff66c06498496f4474dd6431d34c7d17bc.tar.bz2
deployment-b7cee7ff66c06498496f4474dd6431d34c7d17bc.zip
move imports up
-rw-r--r--buildbot/master.cfg8
1 files changed, 2 insertions, 6 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index d823bad..212ae5c 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1,6 +1,5 @@
-# -*- python -*-
-# ex: set filetype=python:
-
+from buildbot.steps.source.git import Git
+from buildbot.steps.shell import ShellCommand
from buildbot.plugins import \
(reporters,
worker,
@@ -131,9 +130,6 @@ c["schedulers"] = [
# FIXME: the bad side of these builders is that they expect the worker's environment
# to be _already_ set up (codedbases, scripts, etc). In other words, it's not "self-contained".
-from buildbot.steps.source.git import Git
-from buildbot.steps.shell import ShellCommand
-
wallet_factory = util.BuildFactory()
wallet_factory.addStep(Git(
repourl="git://git.taler.net/wallet-webex.git",