]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Move code around and add new directories for cloud backend merge.
authorDavid-Sarah Hopwood <david-sarah@jacaranda.org>
Thu, 22 Nov 2012 05:33:35 +0000 (05:33 +0000)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 17 Apr 2015 21:31:02 +0000 (22:31 +0100)
commit0b74c7eeaf48755e4d85df1330735e0d8ceb78d2
tree59ac61d98781a17a5168854765901eec83977d79
parent0cfdd75ad7bfb10449a204e44a62497c010e96dc
Move code around and add new directories for cloud backend merge.

Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
16 files changed:
setup.py
src/allmydata/scripts/debug.py
src/allmydata/storage/backends/__init__.py [new file with mode: 0644]
src/allmydata/storage/backends/cloud/__init__.py [new file with mode: 0644]
src/allmydata/storage/backends/cloud/s3/__init__.py [new file with mode: 0644]
src/allmydata/storage/backends/disk/__init__.py [new file with mode: 0644]
src/allmydata/storage/backends/disk/immutable.py [new file with mode: 0644]
src/allmydata/storage/backends/disk/mutable.py [new file with mode: 0644]
src/allmydata/storage/backends/null/__init__.py [new file with mode: 0644]
src/allmydata/storage/immutable.py [deleted file]
src/allmydata/storage/mutable.py [deleted file]
src/allmydata/storage/server.py
src/allmydata/storage/shares.py
src/allmydata/test/common.py
src/allmydata/test/test_storage.py
src/allmydata/test/test_system.py