chiark / gitweb /
in JSON metadata, convert unicode to str to match the internal format
authorHans-Christoph Steiner <hans@eds.org>
Wed, 22 Jul 2015 16:59:50 +0000 (09:59 -0700)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 1 Sep 2015 09:39:51 +0000 (11:39 +0200)
commit61f6be1a7bd5f03e9a14a04010d51860275ae6e5
tree4aa5290f59606dad6a1cbbb2feecec058d9028f0
parent1bbae4cd9e79dc1646dab61de15e408e2031cce9
in JSON metadata, convert unicode to str to match the internal format

fdroidserver currently uses plain python 2.x strings rather than unicode
strings, so the parsed JSON should produce the same format as the parsed
.txt metadata.
fdroidserver/metadata.py