prettier pdf handling; prepare for cachew

This commit is contained in:
Dima Gerasimov 2020-01-08 20:59:22 +00:00
parent ea4dcdafb0
commit a57be019d0
2 changed files with 99 additions and 106 deletions

View file

@ -19,7 +19,7 @@ try:
import ijson.backends.yajl2_cffi as ijson # type: ignore
except:
# fallback to default backend. warning?
import ijson
import ijson # type: ignore
from kython import kompress # TODO