mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-04 17:39:19 +00:00
Make ErrorBoom a new style class
ErrorBoom won't pass PythonTwoRegressions.test_new_style_classes() check otherwise.
This commit is contained in:
parent
edd4cab42b
commit
ab298dab9c
@ -28,7 +28,7 @@ DIR_HTML_TAG = '<html lang="en">'
|
||||
class CompletelyUnhandledError(Exception):
|
||||
pass
|
||||
|
||||
class ErrorBoom(resource.Resource):
|
||||
class ErrorBoom(object, resource.Resource):
|
||||
def render(self, req):
|
||||
raise CompletelyUnhandledError("whoops")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user