Pyflakes cleaning for buildbot master.cfg.

- Legacy-Id: 9257
This commit is contained in:
buildbot 2015-03-19 22:41:27 +00:00
parent 3cf1c73af8
commit 724b590f51

View file

@ -67,7 +67,7 @@ c['schedulers'] = [
from buildbot.process.factory import BuildFactory
from buildbot.steps.source.svn import SVN
from buildbot.steps.shell import ShellCommand, Test, WarningCountingShellCommand
from buildbot.steps.shell import ShellCommand, WarningCountingShellCommand
from buildbot.steps.python import PyFlakes
from buildbot.steps.python_twisted import RemovePYCs
#