diff --git a/libs/axl/axel.py b/libs/axl/axel.py index 2abf12a9..8eee556c 100644 --- a/libs/axl/axel.py +++ b/libs/axl/axel.py @@ -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