mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
clarify further; remove unused user of RenderMixin
This commit is contained in:
parent
ace99a1724
commit
733b7932ce
@ -365,7 +365,9 @@ class NeedOperationHandleError(WebError):
|
||||
pass
|
||||
|
||||
|
||||
# XXX should be phased out by the nevow -> twisted.web port
|
||||
# XXX should be phased out by the nevow -> twisted.web port (that is,
|
||||
# this whole class should have no users and can be delted once the
|
||||
# port away from nevow is complete)
|
||||
class RenderMixin(object):
|
||||
|
||||
def renderHTTP(self, ctx):
|
||||
|
@ -44,7 +44,6 @@ from allmydata.web.common import (
|
||||
get_root,
|
||||
parse_replace_arg,
|
||||
should_create_intermediate_directories,
|
||||
RenderMixin,
|
||||
humanize_failure,
|
||||
convert_children_json,
|
||||
get_format,
|
||||
@ -1444,7 +1443,7 @@ class DeepCheckStreamer(dirnode.DeepStats):
|
||||
return ""
|
||||
|
||||
|
||||
class UnknownNodeHandler(RenderMixin, Resource):
|
||||
class UnknownNodeHandler(Resource):
|
||||
def __init__(self, client, node, parentnode=None, name=None):
|
||||
super(UnknownNodeHandler, self).__init__()
|
||||
assert node
|
||||
|
Loading…
Reference in New Issue
Block a user