mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-05-31 23:00:53 +00:00
Make DownloadStatus an object
PythonTwoRegressions.test_new_style_classes would be unhappy without this.
This commit is contained in:
parent
36ecd8f384
commit
00e852c465
@ -366,7 +366,7 @@ class _EventJson(Resource, object):
|
||||
return json.dumps(data, indent=1) + "\n"
|
||||
|
||||
|
||||
class DownloadStatusPage(Resource):
|
||||
class DownloadStatusPage(Resource, object):
|
||||
"""Renders /status/down-%d."""
|
||||
|
||||
def __init__(self, download_status):
|
||||
|
Loading…
x
Reference in New Issue
Block a user