From 724b590f514ebb86f6882942a4adafa54570e8cc Mon Sep 17 00:00:00 2001 From: buildbot Date: Thu, 19 Mar 2015 22:41:27 +0000 Subject: [PATCH] Pyflakes cleaning for buildbot master.cfg. - Legacy-Id: 9257 --- buildbot/masters/datatracker/master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot/masters/datatracker/master.cfg b/buildbot/masters/datatracker/master.cfg index 890f479a7..ddab34261 100644 --- a/buildbot/masters/datatracker/master.cfg +++ b/buildbot/masters/datatracker/master.cfg @@ -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 #