]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit - src/allmydata/client.py
move encode/upload/download/checker.py into a new immutable/ directory. No behavior...
authorBrian Warner <warner@allmydata.com>
Wed, 16 Jul 2008 20:14:39 +0000 (13:14 -0700)
committerBrian Warner <warner@allmydata.com>
Wed, 16 Jul 2008 20:14:39 +0000 (13:14 -0700)
commit7394607141e78127e895243fd90430f249679e87
treebaa059ae3a26b7df378392f8ed1ec576099fd86f
parentaf0648c0f8177aab9ec67b4c6103fdddb7e03bab
move encode/upload/download/checker.py into a new immutable/ directory. No behavior changes expected.
28 files changed:
src/allmydata/checker.py [deleted file]
src/allmydata/client.py
src/allmydata/control.py
src/allmydata/download.py [deleted file]
src/allmydata/encode.py [deleted file]
src/allmydata/filenode.py [deleted file]
src/allmydata/immutable/__init__.py [new file with mode: 0644]
src/allmydata/immutable/checker.py [new file with mode: 0644]
src/allmydata/immutable/download.py [new file with mode: 0644]
src/allmydata/immutable/encode.py [new file with mode: 0644]
src/allmydata/immutable/filenode.py [new file with mode: 0644]
src/allmydata/immutable/upload.py [new file with mode: 0644]
src/allmydata/mutable/node.py
src/allmydata/mutable/retrieve.py
src/allmydata/offloaded.py
src/allmydata/test/check_memory.py
src/allmydata/test/common.py
src/allmydata/test/test_dirnode.py
src/allmydata/test/test_encode.py
src/allmydata/test/test_filenode.py
src/allmydata/test/test_helper.py
src/allmydata/test/test_mutable.py
src/allmydata/test/test_system.py
src/allmydata/test/test_upload.py
src/allmydata/test/test_web.py
src/allmydata/upload.py [deleted file]
src/allmydata/web/filenode.py
src/allmydata/web/unlinked.py