diff options
author | Steven Knight <knight@baldmt.com> | 2004-10-27 11:36:40 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-10-27 11:36:40 (GMT) |
commit | f406bb44971be2c70b73c0d19f7b232d12ab10f3 (patch) | |
tree | dd5ca9d95dda271ba13b853f7abc2d82ccaacea8 /test/ParseConfig.py | |
parent | db2f5ec5d3c155c8d542528f49f0f98451465a4c (diff) | |
download | SCons-f406bb44971be2c70b73c0d19f7b232d12ab10f3.zip SCons-f406bb44971be2c70b73c0d19f7b232d12ab10f3.tar.gz SCons-f406bb44971be2c70b73c0d19f7b232d12ab10f3.tar.bz2 |
Better test handling of File lines in stack traces. (Chad Austin)
Diffstat (limited to 'test/ParseConfig.py')
-rw-r--r-- | test/ParseConfig.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ParseConfig.py b/test/ParseConfig.py index e7f50e5..c70bc3c 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() |