summaryrefslogtreecommitdiffstats
path: root/test/Scanner/FindPathDirs.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Scanner/FindPathDirs.py')
-rw-r--r--test/Scanner/FindPathDirs.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Scanner/FindPathDirs.py b/test/Scanner/FindPathDirs.py
index 9f0e535..ef3ea46 100644
--- a/test/Scanner/FindPathDirs.py
+++ b/test/Scanner/FindPathDirs.py
@@ -39,9 +39,8 @@ test.subdir('inc1', 'inc2')
test.write('build.py', r"""
import os.path
-import string
import sys
-path = string.split(sys.argv[1])
+path = sys.argv[1].split()
input = open(sys.argv[2], 'rb')
output = open(sys.argv[3], 'wb')