From: Brian Warner Date: Thu, 14 Dec 2006 11:33:57 +0000 (-0700) Subject: filetable: shuffle lines a bit to appease figleaf's confusion X-Git-Tag: tahoe_v0.1.0-0-UNSTABLE~423 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=56ff0e2b57ff8169739ce2b09b4f3a4680ea6d77;p=tahoe-lafs%2Ftahoe-lafs.git filetable: shuffle lines a bit to appease figleaf's confusion --- diff --git a/src/allmydata/filetable.py b/src/allmydata/filetable.py index b52c367d..39462e45 100644 --- a/src/allmydata/filetable.py +++ b/src/allmydata/filetable.py @@ -108,6 +108,16 @@ class GlobalVirtualDrive(service.MultiService): 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: pass @@ -128,11 +138,3 @@ class MutableDirectoryNode2(Node): """I hold an SSK identifier for a mutable directory. When dereferenced, I will have a list of child nodes.""" 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.