mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 16:36:20 +00:00
Merge remote-tracking branch 'origin/master' into 3387.expirer-python-3
This commit is contained in:
commit
23671b02a4
0
newsfragments/3381.minor
Normal file
0
newsfragments/3381.minor
Normal file
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user