summaryrefslogtreecommitdiff
path: root/test/Parallel/failed-build.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Parallel/failed-build.py')
-rw-r--r--test/Parallel/failed-build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parallel/failed-build.py b/test/Parallel/failed-build.py
index 64e90c94..7056db19 100644
--- a/test/Parallel/failed-build.py
+++ b/test/Parallel/failed-build.py
@@ -62,7 +62,7 @@ test = TestSCons.TestSCons()
# it sees the failure from the first script.
test.write('myfail.py', r"""\
-import os.path
+import os
import sys
import time
while not os.path.exists('mycopy.started'):