]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
tolerate simplejson-2.0.0 and newer, which frequently return bytestrings instead...
authorBrian Warner <warner@allmydata.com>
Tue, 30 Sep 2008 22:21:06 +0000 (15:21 -0700)
committerBrian Warner <warner@allmydata.com>
Tue, 30 Sep 2008 22:21:06 +0000 (15:21 -0700)
commit935d1856967cb18e5403658f5d6d3cb5c24085c4
tree22050b87b3934a6f715be652825717dc7605b525
parent1a3f154c213ffca8c78752992c76eee823f7e4e4
tolerate simplejson-2.0.0 and newer, which frequently return bytestrings instead of unicode objects. Closes #523
src/allmydata/scripts/tahoe_cp.py
src/allmydata/scripts/tahoe_ls.py
src/allmydata/scripts/tahoe_mv.py
src/allmydata/test/check_load.py
src/allmydata/test/test_web.py
src/allmydata/web/directory.py