diff options
Diffstat (limited to 'test/exitfns.py')
-rw-r--r-- | test/exitfns.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/exitfns.py b/test/exitfns.py index dcd8762..c0da861 100644 --- a/test/exitfns.py +++ b/test/exitfns.py @@ -25,7 +25,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" import TestSCons - +import os test = TestSCons.TestSCons() # also exclude these tests since it overides the exit function which doesnt work with coverage |