]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
more storage_broker refactoring: downloader gets a broker instead of a client,
authorBrian Warner <warner@lothar.com>
Tue, 2 Jun 2009 02:25:11 +0000 (19:25 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 2 Jun 2009 02:25:11 +0000 (19:25 -0700)
commitb1290633b8cb75225f8d918424ec70c19035d0a3
treef59cd4df6f5bfa6bea47aa1eabdcf9223e516788
parent3a1196701f088a5ffa627042f4464da60b529873
more storage_broker refactoring: downloader gets a broker instead of a client,
use Client.get_storage_broker() accessor instead of direct attribute access.
12 files changed:
src/allmydata/client.py
src/allmydata/immutable/download.py
src/allmydata/immutable/offloaded.py
src/allmydata/immutable/upload.py
src/allmydata/mutable/publish.py
src/allmydata/mutable/servermap.py
src/allmydata/test/test_checker.py
src/allmydata/test/test_helper.py
src/allmydata/test/test_mutable.py
src/allmydata/test/test_upload.py
src/allmydata/test/test_web.py
src/allmydata/web/check_results.py