mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-18 17:00:24 +00:00
not required
This commit is contained in:
parent
71c97369f0
commit
f4c8eb5e2f
@ -102,15 +102,6 @@ class DirectoryNodeHandler(ReplaceMeMixin, Resource, object):
|
||||
self.name = name
|
||||
self._operations = client.get_web_service().get_operations()
|
||||
|
||||
def render(self, req):
|
||||
if req.method == 'GET':
|
||||
return self.render_GET(req)
|
||||
elif req.method == 'POST':
|
||||
return self.render_POST(req)
|
||||
x = super(DirectoryNodeHandler, self).render(req)
|
||||
print(type(x))
|
||||
print(x)
|
||||
return x
|
||||
|
||||
def getChild(self, name, req):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user