]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
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)
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.


No differences found