From 97ee16eb4ea05ef04e5b2fffe69a50966daf0fc4 Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 6 Oct 2014 16:45:40 +0200 Subject: [PATCH] Use six on axel --- libs/axl/axel.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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