]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit - src/allmydata/interfaces.py
change UploadResults to return IServers, update users to match 8/head
authorBrian Warner <warner@lothar.com>
Tue, 22 May 2012 04:18:37 +0000 (21:18 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 22 May 2012 04:18:37 +0000 (21:18 -0700)
commit3a1c02cfdfd0d7ca09037c05b5e82dd3d402df40
tree524b2f740c0580e8022acba89a60210497204670
parent843739486a71a0f3cbf534dd774950ae7928e867
change UploadResults to return IServers, update users to match

This finally changes all callers of get_servermap()/get_sharemap() to
accept IServers, and changes UploadResults to provide them.
src/allmydata/immutable/filenode.py
src/allmydata/immutable/offloaded.py
src/allmydata/immutable/upload.py
src/allmydata/interfaces.py
src/allmydata/web/status.py