Skip to content

Commit

Permalink
fix syntax error (no base class for ContextMixin) in buildbot/status/…
Browse files Browse the repository at this point in the history
…web/base.py:150
  • Loading branch information
Dustin J. Mitchell committed Feb 2, 2010
1 parent f405bda commit 9d184ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/status/web/base.py
Expand Up @@ -147,7 +147,7 @@ def td(self, **props):
return props


class ContextMixin():
class ContextMixin(object):
def getContext(self, request):
status = self.getStatus(request)
rootpath = path_to_root(request)
Expand Down

0 comments on commit 9d184ee

Please sign in to comment.