diff --git a/newsfragments/3381.minor b/newsfragments/3381.minor new file mode 100644 index 000000000..e69de29bb diff --git a/src/allmydata/web/directory.py b/src/allmydata/web/directory.py index 9fdecbcb4..cabcd023e 100644 --- a/src/allmydata/web/directory.py +++ b/src/allmydata/web/directory.py @@ -53,7 +53,6 @@ from allmydata.web.common import ( get_mutable_type, get_filenode_metadata, render_time, - MultiFormatPage, MultiFormatResource, SlotsSequenceElement, ) @@ -1213,7 +1212,7 @@ class ManifestElement(ReloadableMonitorElement): class ManifestResults(MultiFormatResource, ReloadMixin): - # Control MultiFormatPage + # Control MultiFormatResource formatArgument = "output" formatDefault = "html" @@ -1268,8 +1267,9 @@ class ManifestResults(MultiFormatResource, ReloadMixin): return json.dumps(status, indent=1) -class DeepSizeResults(MultiFormatPage): - # Control MultiFormatPage +class DeepSizeResults(MultiFormatResource): + + # Control MultiFormatResource formatArgument = "output" formatDefault = "html"