]> 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>
Tue, 4 Aug 2015 17:20:42 +0000 (18:20 +0100)
commite66c26921e8b1ea7df4c7b1dd06c2d9e5c88e767
tree63b6c65a6497aa285ed7d1310befdabef6e5a135
parent7aba9a91e037e51c9e5dea212a78a4c8a963bb83
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