Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/nicolas17/buildbot
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed Jul 30, 2009
2 parents 57b6539 + 1123175 commit 9dfbb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/process/buildstep.py
Expand Up @@ -1114,7 +1114,7 @@ def setStatus(self, cmd, results):
self.step_status.setText(self.getText(cmd, results))
self.step_status.setText2(self.maybeGetText2(cmd, results))

# (WithProeprties used to be available in this module)
# (WithProperties used to be available in this module)
from buildbot.process.properties import WithProperties
_hush_pyflakes = [WithProperties]
del _hush_pyflakes
Expand Down

0 comments on commit 9dfbb16

Please sign in to comment.