]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit - src/allmydata/mutable/layout.py
mutable WIP: split mutable.py into separate files. All tests pass.
authorBrian Warner <warner@lothar.com>
Fri, 11 Apr 2008 21:31:16 +0000 (14:31 -0700)
committerBrian Warner <warner@lothar.com>
Fri, 11 Apr 2008 21:31:16 +0000 (14:31 -0700)
commitd4230d178174dd0d6b33ca172d44c6e1a3e2c586
tree1ee35a7ecbfccdd4a351371875e79a7ad30b64e4
parent0515b1099cf56a5548b9dd1bb62dd5bdf6329630
mutable WIP: split mutable.py into separate files. All tests pass.
13 files changed:
src/allmydata/client.py
src/allmydata/dirnode.py
src/allmydata/mutable/__init__.py [new file with mode: 0644]
src/allmydata/mutable/common.py [new file with mode: 0644]
src/allmydata/mutable/layout.py [new file with mode: 0644]
src/allmydata/mutable/node.py [new file with mode: 0644]
src/allmydata/mutable/publish.py [new file with mode: 0644]
src/allmydata/mutable/retrieve.py [new file with mode: 0644]
src/allmydata/mutable/servermap.py [new file with mode: 0644]
src/allmydata/scripts/debug.py
src/allmydata/test/test_filenode.py
src/allmydata/test/test_mutable.py
src/allmydata/test/test_system.py