devtools/qunit.py
changeset 10608 7fc548d9dd8e
parent 10583 97c88aa7c779
child 10885 b3a192804b63
--- 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