diff options
Diffstat (limited to 'test/SConstruct.py')
-rw-r--r-- | test/SConstruct.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/SConstruct.py b/test/SConstruct.py index b68bed4..aa92ffc 100644 --- a/test/SConstruct.py +++ b/test/SConstruct.py @@ -2,11 +2,9 @@ __revision__ = "test/SConstruct.py __REVISION__ __DATE__ __DEVELOPER__" -import TestCmd +import TestSCons -test = TestCmd.TestCmd(program = 'scons.py', - workdir = '', - interpreter = 'python') +test = TestSCons.TestSCons() wpath = test.workpath() |