]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
filetable: shuffle lines a bit to appease figleaf's confusion
authorBrian Warner <warner@lothar.com>
Thu, 14 Dec 2006 11:33:57 +0000 (04:33 -0700)
committerBrian Warner <warner@lothar.com>
Thu, 14 Dec 2006 11:33:57 +0000 (04:33 -0700)
src/allmydata/filetable.py

index b52c367d3ca9fed10e79e9722ff246181b25ff22..39462e45ffd065132c3a4181556bffd98c40b405 100644 (file)
@@ -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.