Correct issue with Python 3...

This commit is contained in:
nicolargo 2015-11-21 10:59:04 +01:00
parent 97bf233776
commit 0c3129cf96

View File

@ -35,7 +35,7 @@ except ImportError:
# For others...
try:
from scandir import scandir
except Exception, e:
except Exception as e:
scandir_tag = False