]> 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)
commitba16691a2f00727d59b4d1e9e108cb7c7dd3ac34
tree316136d0afa6faaff5b2e1959d1ecd3cd9bda878
parent0a80e33a7693edcced1d030cc4b20fa04e586ab2
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