]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/dirnode.py
Miscellaneous documentation, test, and code formatting tweaks.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / dirnode.py
index 506771af46b9a869eb6ecfae98f3616ee748ea2d..2c1f0dd8ab246ab7abb0148e2cac79aef4173573 100644 (file)
@@ -23,6 +23,11 @@ from allmydata.uri import LiteralFileURI, from_string, wrap_dirnode_cap
 from pycryptopp.cipher.aes import AES
 from allmydata.util.dictutil import AuxValueDict
 
+
+# TODO: {Deleter,MetadataSetter,Adder}.modify all start by unpacking the
+# contents and end by repacking them. It might be better to apply them to
+# the unpacked contents.
+
 class Deleter:
     def __init__(self, node, name, must_exist=True):
         self.node = node