mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
irrelevant comment
This commit is contained in:
parent
956d67b9b8
commit
965fadb0df
@ -82,10 +82,6 @@ def make_handler_for(node, client, parentnode=None, name=None):
|
||||
return UnknownNodeHandler(client, node, parentnode, name)
|
||||
|
||||
|
||||
# did inherit from: RenderMixin, rend.Page, ReplaceMeMixin
|
||||
# XXX is MultiFormatResource appropriate? this probably *should*
|
||||
# support ?t=json but I don't know that all the variants already *did*
|
||||
# support that..
|
||||
class DirectoryNodeHandler(ReplaceMeMixin, Resource, object):
|
||||
|
||||
def __init__(self, client, node, parentnode=None, name=None):
|
||||
|
Loading…
Reference in New Issue
Block a user