]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Fix bug when using oauth2client 1.1 instead of 1.0 (returned HTTP header was unicode...
authorItamar Turner-Trauring <itamar@blake.(none)>
Fri, 19 Apr 2013 13:26:07 +0000 (09:26 -0400)
committerDaira Hopwood <daira@jacaranda.org>
Wed, 9 Apr 2014 00:33:56 +0000 (01:33 +0100)
commit5d774342afc889b84893c67d441d87c59ae88df4
tree28d4533632d665f6be4677cdf6f3fd25234c2825
parente913dad7b9c24d70fd80d75681773d35e0e1e42a
Fix bug when using oauth2client 1.1 instead of 1.0 (returned HTTP header was unicode rather than the expected bytes).
src/allmydata/storage/backends/cloud/googlestorage/googlestorage_container.py
src/allmydata/test/test_storage.py