eliot
eliot copied to clipboard
Drop python2 support and remove six dependency
This patch removes all the python2 compatibility code:
from __future__ import- six module usage
After this commit, this compatibility code is not needed anymore and can be removed and the six dependency can be removed.