gdraheim / zziplib

The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access
Other
62 stars 50 forks source link

Smallish Python fixes #76

Closed pks-t closed 5 years ago

pks-t commented 5 years ago

Two smallish fixes to Python issues that stuck out to me while trying to get tests going. First one is a forwards-compatibility fix, second one fixes that the tests bindir is not honored if passed in via command line.

pks-t commented 5 years ago

Rebased to make use of CI