diff -r b9813c9d32ac -r 2293c49b290a devtools/qunit.py --- a/devtools/qunit.py Wed May 11 09:42:02 2011 +0200 +++ b/devtools/qunit.py Wed May 11 12:04:56 2011 +0200 @@ -5,7 +5,7 @@ from Queue import Queue, Empty from subprocess import Popen, check_call, CalledProcessError from shutil import rmtree, copy as copyfile -from uuid import uuid4 +from uuid import uuid4 # imported by default to simplify further import statements from logilab.common.testlib import unittest_main, with_tempdir, InnerTest, Tags