devtools/testlib.py
branchstable
changeset 6587 0bf81efd55f9
parent 6585 9af22f2c0c4c
child 6588 f8320a8c3c9d
child 6589 47cd31fd206b
--- a/devtools/testlib.py	Fri Oct 22 13:10:27 2010 +0200
+++ b/devtools/testlib.py	Fri Oct 22 14:27:53 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