]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
control.py: unbreak speed-test: overwrite() wants a MutableData, not str
authorBrian Warner <warner@lothar.com>
Fri, 23 Sep 2011 07:37:48 +0000 (00:37 -0700)
committerBrian Warner <warner@lothar.com>
Fri, 23 Sep 2011 07:37:48 +0000 (00:37 -0700)
commitf61bdbffd728b9dd361b1e359d2acf1aebcb380c
treebb60f7268def21a187fd1073b3b9019efeeca14c
parent5d3d0dc33656c0adaa067df94f157c7712778ead
control.py: unbreak speed-test: overwrite() wants a MutableData, not str

Really, all the upload/modify APIs should take a string or a filehandle, and
internally wrap it as needed. Callers should not need to be aware of
Uploadable() or MutableData() classes.
src/allmydata/control.py