mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-23 01:08:53 +00:00
remove comment
This commit is contained in:
@ -62,7 +62,6 @@ class DirectoryNodeHandler(RenderMixin, rend.Page, ReplaceMeMixin):
|
|||||||
self.node = node
|
self.node = node
|
||||||
self.parentnode = parentnode
|
self.parentnode = parentnode
|
||||||
self.name = name
|
self.name = name
|
||||||
# is it better to just pass in the 'webish' service / object as well?
|
|
||||||
self._operations = client.getServiceNamed("webish").getServiceNamed("operations")
|
self._operations = client.getServiceNamed("webish").getServiceNamed("operations")
|
||||||
|
|
||||||
def childFactory(self, ctx, name):
|
def childFactory(self, ctx, name):
|
||||||
|
Reference in New Issue
Block a user