wubloader/common
Mike Lang 21856c68aa Fix all instances of file.write() for py3
In python 3, file.write() may do a partial write and returns the number of characters written.
In order to not lose data, we need to wrap every instance of file.write() with our new
common.writeall() wrapper that loops until the data is actually written.
..
common Fix all instances of file.write() for py3
setup.py Pin gevent to 1.5a2 to avoid https://github.com/gevent/gevent/issues/1711