--- a/devtools/qunit.py Tue Sep 15 14:59:06 2015 +0200
+++ b/devtools/qunit.py Tue Sep 15 15:07:13 2015 +0200
@@ -19,11 +19,12 @@
import os, os.path as osp
from tempfile import mkdtemp, NamedTemporaryFile, TemporaryFile
import tempfile
-from Queue import Queue, Empty
from subprocess import Popen, check_call, CalledProcessError
from shutil import rmtree, copy as copyfile
from uuid import uuid4
+from six.moves.queue import Queue, Empty
+
# imported by default to simplify further import statements
from logilab.common.testlib import unittest_main, with_tempdir, InnerTest, Tags
from logilab.common.shellutils import getlogin