From 19baba226a04e81f65b370629c892761fe3bdc1d Mon Sep 17 00:00:00 2001 From: meejah Date: Mon, 23 Sep 2019 22:39:59 -0600 Subject: [PATCH] Resource needs to be new-style --- src/allmydata/web/directory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/web/directory.py b/src/allmydata/web/directory.py index 88337c178..6130287b6 100644 --- a/src/allmydata/web/directory.py +++ b/src/allmydata/web/directory.py @@ -1294,7 +1294,7 @@ class DeepSizeResults(MultiFormatPage): return json.dumps(status) -class DeepStatsResults(Resource): +class DeepStatsResults(Resource, object): """ Renders the results of a 'deep-stats' operation on a directory capability.