Skip to content

Commit

Permalink
autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Tardy committed May 16, 2015
1 parent 924c44f commit 128b6f4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions master/buildbot/scripts/processwwwindex.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
# Copyright Buildbot Team Members


import os
import jinja2
import os

from buildbot.test.fake import fakemaster
from buildbot.util import in_reactor
from buildbot.util import json
from twisted.internet import defer
from buildbot.www.config import IndexResource
from buildbot.www.service import WWWService
from twisted.internet import defer


@in_reactor
Expand Down
1 change: 1 addition & 0 deletions master/buildbot/scripts/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@ def getSynopsis(self):


class ProcessWWWIndexOption(base.BasedirMixin, base.SubcommandOptions):

"""This command is used with the front end's proxy task. It enables to run the front end
without the backend server runing in the background"""

Expand Down
7 changes: 4 additions & 3 deletions master/buildbot/test/integration/test_stop_trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@

from twisted.internet import defer

from buildbot.test.util.integration import RunMasterBase
from buildbot.status.results import CANCELLED
from buildbot.config import BuilderConfig
from buildbot.plugins import schedulers
from buildbot.plugins import steps
from buildbot.process.factory import BuildFactory
from buildbot.plugins import steps, schedulers
from buildbot.status.results import CANCELLED
from buildbot.test.util.integration import RunMasterBase

# This integration test creates a master and slave environment,
# with two builders and a trigger step linking them. the triggered build never ends
Expand Down
2 changes: 1 addition & 1 deletion master/buildbot/test/unit/test_scripts_processwwwindex.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

from twisted.trial import unittest

from buildbot.util import json
from buildbot.scripts import processwwwindex
from buildbot.util import json


class TestUsersClient(unittest.TestCase):
Expand Down

0 comments on commit 128b6f4

Please sign in to comment.