]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit - src/allmydata/test/test_system.py
break storage.py into smaller pieces in storage/*.py . No behavioral changes.
authorBrian Warner <warner@lothar.com>
Wed, 18 Feb 2009 21:46:55 +0000 (14:46 -0700)
committerBrian Warner <warner@lothar.com>
Wed, 18 Feb 2009 21:46:55 +0000 (14:46 -0700)
commitef53da2b125d4eccacfe7270a3f1dfb688c672f0
treeee2c685f0e702451e94f52b1cfe5bac039e17fbc
parenta0c5f92cbd1f6a3e7122e0e796d1a77bbdf3cc9b
break storage.py into smaller pieces in storage/*.py . No behavioral changes.
26 files changed:
src/allmydata/client.py
src/allmydata/immutable/encode.py
src/allmydata/immutable/layout.py
src/allmydata/immutable/offloaded.py
src/allmydata/immutable/repairer.py
src/allmydata/immutable/upload.py
src/allmydata/mutable/publish.py
src/allmydata/mutable/retrieve.py
src/allmydata/mutable/servermap.py
src/allmydata/scripts/debug.py
src/allmydata/storage.py [deleted file]
src/allmydata/storage/__init__.py [new file with mode: 0644]
src/allmydata/storage/common.py [new file with mode: 0644]
src/allmydata/storage/immutable.py [new file with mode: 0644]
src/allmydata/storage/lease.py [new file with mode: 0644]
src/allmydata/storage/mutable.py [new file with mode: 0644]
src/allmydata/storage/server.py [new file with mode: 0644]
src/allmydata/test/common.py
src/allmydata/test/no_network.py
src/allmydata/test/test_download.py
src/allmydata/test/test_helper.py
src/allmydata/test/test_mutable.py
src/allmydata/test/test_storage.py
src/allmydata/test/test_system.py
src/allmydata/test/test_web.py
src/allmydata/uri.py