mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-11 15:32:39 +00:00
filetable: shuffle lines a bit to appease figleaf's confusion
This commit is contained in:
parent
eb3b9b16af
commit
56ff0e2b57
@ -108,6 +108,16 @@ class GlobalVirtualDrive(service.MultiService):
|
|||||||
return self._root
|
return self._root
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# interesting feature ideas:
|
||||||
|
# pubsub for MutableDirectoryNode: get rapid notification of changes
|
||||||
|
# caused by someone else
|
||||||
|
#
|
||||||
|
# bind a local physical directory to the MutableDirectoryNode contents:
|
||||||
|
# each time the vdrive changes, update the local drive to match, and
|
||||||
|
# vice versa.
|
||||||
|
|
||||||
class Node:
|
class Node:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@ -128,11 +138,3 @@ class MutableDirectoryNode2(Node):
|
|||||||
"""I hold an SSK identifier for a mutable directory. When
|
"""I hold an SSK identifier for a mutable directory. When
|
||||||
dereferenced, I will have a list of child nodes."""
|
dereferenced, I will have a list of child nodes."""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# interesting feature ideas:
|
|
||||||
# pubsub for MutableDirectoryNode: get rapid notification of changes
|
|
||||||
# caused by someone else
|
|
||||||
#
|
|
||||||
# bind a local physical directory to the MutableDirectoryNode contents:
|
|
||||||
# each time the vdrive changes, update the local drive to match, and
|
|
||||||
# vice versa.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user