Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
sbourdeauducq committed Nov 27, 2016
1 parent 5806390 commit e2368df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commands/sleep.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from twisted.internet import reactor
from buildbot.process.buildstep import BuildStep
from buildbot.status.results import SUCCESS

@@ -15,4 +16,4 @@ def start(self):

def finished(self, results):
self.step_status.setText(["slept", "%g sec" % self.delay])
buildstep.BuildStep.finished(self, results)
BuildStep.finished(self, results)

0 comments on commit e2368df

Please sign in to comment.