]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
fuse/blackmatch: update json handling to support simplejson v2
authorrobk-tahoe <robk-tahoe@allmydata.com>
Fri, 17 Oct 2008 02:59:31 +0000 (19:59 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Fri, 17 Oct 2008 02:59:31 +0000 (19:59 -0700)
commite679d486605944e93b0d0f78581c23cab148476b
tree0c90566bff9f8305f4a653f990976034186e7992
parent7ee688288430c156549c6f9f35bfecee8ba9db3a
fuse/blackmatch: update json handling to support simplejson v2

simplejson v2 returns strings as either unicode or str, depending upon its
mood.  thus the interpretation of the node's json repr of a directory, and
the serialisation of strings in the json based rpc both exploded when built
against simplejson v2.  this makes both of these places liberal in their
acceptance of either str or unicode.
contrib/fuse/impl_c/blackmatch.py