From 573c0510aa57e5e1ba228226a2fdbbb1f633d3f8 Mon Sep 17 00:00:00 2001 From: Daniel Moody Date: Sat, 30 Dec 2017 17:23:55 -0500 Subject: forget to add import os for checking the environment for coverage --- test/exitfns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12