wubloader/cutter
HubbeKing 6d790a1b36 Do a first naive pass for py3 compatibility
Check that open() calls for reading and writing use binary modes
Use alpine version with py3-pip package
Use python3 in Dockerfile CMD
Remove sys.setdefaultencoding() "hack"
Simplify ensure_directory() in common.common package
..
cutter Do a first naive pass for py3 compatibility
Dockerfile Do a first naive pass for py3 compatibility
setup.py Pin gevent to 1.5a2 to avoid https://github.com/gevent/gevent/issues/1711