Use six on axel

This commit is contained in:
Ruud
2014-10-06 16:45:40 +02:00
parent 41fd190d38
commit 97ee16eb4e
+2 -1
View File
@@ -12,7 +12,8 @@
# Source: http://pypi.python.org/pypi/axel
# Docs: http://packages.python.org/axel
from Queue import Empty, Queue
from six.moves.queue import Queue, Empty
import hashlib
import sys
import threading