]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit - src/allmydata/dirnode.py
mutable: rename mutable/node.py to mutable/filenode.py and mutable/repair.py to mutab...
authorZooko O'Whielacronx <zooko@zooko.com>
Sun, 7 Dec 2008 15:20:08 +0000 (08:20 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Sun, 7 Dec 2008 15:20:08 +0000 (08:20 -0700)
commitb58875fe435e1fb7e44b5d60caa84dee87f2022c
tree043b89995c5b6c76614ca729fb4ea6d2f7d21ebb
parent735b3493f160e51c3a1d18b44a581ea37cca9e00
mutable: rename mutable/node.py to mutable/filenode.py and mutable/repair.py to mutable/repairer.py
To be more consistent with the immutable layout that I am working on.
src/allmydata/client.py
src/allmydata/dirnode.py
src/allmydata/mutable/filenode.py [new file with mode: 0644]
src/allmydata/mutable/node.py [deleted file]
src/allmydata/mutable/repair.py [deleted file]
src/allmydata/mutable/repairer.py [new file with mode: 0644]
src/allmydata/test/test_filenode.py
src/allmydata/test/test_mutable.py