]> 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>
Fri, 17 Apr 2015 21:31:39 +0000 (22:31 +0100)
commitde0fa15b5316451a68cf883c0c65cec4f0049045
tree316136d0afa6faaff5b2e1959d1ecd3cd9bda878
parent9ac6fed5f0eca1764941b19dda7f9dae3af7ad04
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