]> sipb.mit.edu Git - ikiwiki.git/commit
partially revert 154c4ea9e
authorchrysn <chrysn@fsfe.org>
Wed, 12 Mar 2014 10:11:14 +0000 (11:11 +0100)
committerchrysn <chrysn@fsfe.org>
Wed, 12 Mar 2014 10:11:14 +0000 (11:11 +0100)
commit81506fae8a6d5360f6d830b0e07190e60a7efd1c
tree6448c6c509035ac9bb098b63a308f9713f310798
parentc41d47cff0c6a92234ee8694c396e497782cf802
partially revert 154c4ea9e

explicitly en- and decoding xmlrpc requests in the python proxy broke
plugins on debian sid, while it was introduced to fix breakage in debian
stable. it is assumed that an xml module involved changed its behavior
from str to unicode, this patch handles both cases.
plugins/proxy.py