branch | stable |
changeset 7363 | 2293c49b290a |
parent 7051 | 34d8b36480a9 |
child 7879 | 9aae456abab5 |
--- 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