lsun
lsun copied to clipboard
added Python3 compatibility (with six.moves)
Using six.moves.urllib for Py2 and Py3 compatibility.
It would be nice if python3 support was added, considering python2 has ~1 year left. Running the 2to3 script on the files also works.