summaryrefslogtreecommitdiff
path: root/test/ParseConfig.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-10-27 11:36:40 +0000
committerSteven Knight <knight@baldmt.com>2004-10-27 11:36:40 +0000
commitd4e57deb7edf480a8c95542d4dd2afe4e756a137 (patch)
treedd5ca9d95dda271ba13b853f7abc2d82ccaacea8 /test/ParseConfig.py
parentdd9a6d52a84c445b7516fc80b72f2baa3bc8b937 (diff)
downloadscons-d4e57deb7edf480a8c95542d4dd2afe4e756a137.tar.gz
Better test handling of File lines in stack traces. (Chad Austin)
Diffstat (limited to 'test/ParseConfig.py')
-rw-r--r--test/ParseConfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ParseConfig.py b/test/ParseConfig.py
index e7f50e50..c70bc3cc 100644
--- a/test/ParseConfig.py
+++ b/test/ParseConfig.py
@@ -27,6 +27,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
import os
import sys
+import TestCmd
import TestSCons
test = TestSCons.TestSCons()