chiark / gitweb /
checkupdates: use html.unescape instead of HTMLParser.unescape
authorMarcus Hoffmann <bubuiic@aol.com>
Tue, 12 Sep 2017 23:42:15 +0000 (01:42 +0200)
committerMarcus Hoffmann <bubuiic@aol.com>
Tue, 12 Sep 2017 23:42:15 +0000 (01:42 +0200)
commit5ebde251b152035f17e5dbdf446629726efd2c7a
tree846e3d59299d704eed2374c758f3fd6b9a58241f
parent921524081c62d1941da2a0de3c1c837ceffcfc93
checkupdates: use html.unescape instead of HTMLParser.unescape

HTMLParser.unescape is only an internal method and deprecated.
This requires Pyhton 3.4.
fdroidserver/checkupdates.py