]> 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, 10 Jul 2015 04:35:00 +0000 (05:35 +0100)
commit7075ff39a5444683e24875d669b7bdf2471f869f
treefb5de6796f05ccb4e47e05ad98c4bf8f00469940
parentbbefcf6cee070131166fe20e47d8d291ac27aa60
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