chiark / gitweb /
update: switch to new androguard v3.1 API based on lxml
authorHans-Christoph Steiner <hans@eds.org>
Wed, 14 Feb 2018 21:03:00 +0000 (22:03 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 15 Feb 2018 13:28:45 +0000 (14:28 +0100)
commit5281228ea5e1c3d615cf508f19cf1740a8829a57
tree78818ff30b218ae7275f91a0a6a3a99e2b33dddf
parent699b3e4c698c370bb69de8308de5299705a813a2
update: switch to new androguard v3.1 API based on lxml

apkobject.get_android_manifest_xml() used to return a xml.dom.minidom
object, now it returns an lxml.etree.Element object.
fdroidserver/update.py