]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit - src/allmydata/storage_client.py
replace IServer.name() with get_name(), and get_longname()
authorBrian Warner <warner@lothar.com>
Mon, 1 Aug 2011 17:44:28 +0000 (10:44 -0700)
committerBrian Warner <warner@lothar.com>
Mon, 1 Aug 2011 17:44:28 +0000 (10:44 -0700)
commit0f11d35f855ed7c0e87432ffda508c0974452ee5
treef4db88fa5b486c7c3e9e8d46ba9638fff7a624ab
parent880758340fb827f678c4108b83b04259ad3124b4
replace IServer.name() with get_name(), and get_longname()

This patch was originally written by Brian, but was re-recorded by Zooko to use
darcs replace instead of hunks for any file in which it would result in fewer
total hunks.
refs #1363
12 files changed:
src/allmydata/control.py
src/allmydata/immutable/checker.py
src/allmydata/immutable/downloader/finder.py
src/allmydata/immutable/downloader/share.py
src/allmydata/immutable/offloaded.py
src/allmydata/immutable/upload.py
src/allmydata/storage_client.py
src/allmydata/test/no_network.py
src/allmydata/test/test_download.py
src/allmydata/test/test_immutable.py
src/allmydata/web/check_results.py
src/allmydata/web/root.py