summaryrefslogtreecommitdiffstats
path: root/test/exitfns.py
diff options
context:
space:
mode:
authorDaniel Moody <dmoody256@gmail.com>2017-12-30 22:23:55 (GMT)
committerDaniel Moody <dmoody256@gmail.com>2017-12-30 22:23:55 (GMT)
commit573c0510aa57e5e1ba228226a2fdbbb1f633d3f8 (patch)
tree16af96b85a3b08dff4ae82e3287768ed6271f2d7 /test/exitfns.py
parent9f693ab6601ac60bfdc2e7785a1de44bf0bf0e1b (diff)
downloadSCons-573c0510aa57e5e1ba228226a2fdbbb1f633d3f8.zip
SCons-573c0510aa57e5e1ba228226a2fdbbb1f633d3f8.tar.gz
SCons-573c0510aa57e5e1ba228226a2fdbbb1f633d3f8.tar.bz2
forget to add import os for checking the environment for coverage
Diffstat (limited to 'test/exitfns.py')
-rw-r--r--test/exitfns.py2
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