chiark / gitweb /
Merge branch 'apkcache_compatibility' into 'master'
authorDaniel Martí <mvdan@mvdan.cc>
Tue, 12 Apr 2016 18:35:23 +0000 (18:35 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 12 Apr 2016 18:35:23 +0000 (18:35 +0000)
commite2ea213887be104841b0a73f809570e72d21572f
tree1411e22179c539443d559e2cd899faf42bfd4676
parent4eb5fa88bee972cda4827cf0ca0b2657a54950a9
parent3f75c95e5faaa0a084b5c4c4e9d147a40c4cc285
Merge branch 'apkcache_compatibility' into 'master'

Add a workaround to open apkcache created with Py2

A workaround for #163.
*May* help in some rare cases, should not break anything.

See merge request !120