backport stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 22 Oct 2010 14:28:09 +0200
changeset 6588 f8320a8c3c9d
parent 6586 207dc5111af2 (current diff)
parent 6587 0bf81efd55f9 (diff)
child 6590 37b7f4df46b3
backport stable
devtools/testlib.py
--- a/devtools/testlib.py	Fri Oct 22 13:10:37 2010 +0200
+++ b/devtools/testlib.py	Fri Oct 22 14:28:09 2010 +0200
@@ -25,7 +25,7 @@
 import sys
 import re
 import urlparse
-from os.path import dirname
+from os.path import dirname, join
 from urllib import unquote
 from math import log
 from contextlib import contextmanager