Skip to content

Commit

Permalink
fix empty superclass list
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed Mar 13, 2010
1 parent ba2b0c8 commit aec9c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/test/unit/test_status_mail_MailNotifier.py
Expand Up @@ -11,7 +11,7 @@ def getName(self):
return 'log-name'

def getStep(self):
class FakeStep():
class FakeStep(object):
def getName(self):
return 'step-name'
return FakeStep()
Expand Down

0 comments on commit aec9c8b

Please sign in to comment.