Skip to content
Snippets Groups Projects
Commit ae4e09e3 authored by Matthew Johnson's avatar Matthew Johnson
Browse files

Merge pull request #58 from t3476/master

python 2/3 compatible setup.py
parents c427c04c 70da4c7b
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ from warnings import warn
import os
import sys
from glob import glob
from urllib import urlretrieve
from six.moves.urllib.request import urlretrieve
import tarfile
import shutil
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment