]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Move BucketWriter and BucketReader to storage/bucket.py.
authorDaira Hopwood <daira@jacaranda.org>
Thu, 22 Nov 2012 06:43:49 +0000 (06:43 +0000)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 17 Apr 2015 21:31:02 +0000 (22:31 +0100)
commit8bdee42e9d5c41283caed11d88857820ecdb7861
tree193ec9bc060143fb08d294dea6688a59a783fceb
parent6e02643d3f59cacee93de9037177f368621c87a6
Move BucketWriter and BucketReader to storage/bucket.py.

Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
src/allmydata/storage/backends/disk/immutable.py
src/allmydata/storage/bucket.py [new file with mode: 0644]
src/allmydata/storage/server.py
src/allmydata/test/test_storage.py