summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/Java/DerivedSourceTest.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Java/DerivedSourceTest.py b/test/Java/DerivedSourceTest.py
index b700e1e..7478a1e 100644
--- a/test/Java/DerivedSourceTest.py
+++ b/test/Java/DerivedSourceTest.py
@@ -34,14 +34,14 @@ Repeatable with any N-tier, with N > 1, Java derived-source builds where
any of the following conditions are meet:
1. The java class does not belong to the root package.
2. A java source (*.java) creates N targets (*.class) where N > 1.
-
-@author William Blevins
-@version 2 March 2014
"""
import os
import TestSCons
import SCons.Node.FS
+import SCons.Defaults
+
+SCons.Defaults.DefaultEnvironment(tools = [])
test = TestSCons.TestSCons()