summaryrefslogtreecommitdiffstats
path: root/test/packaging
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-02-11 17:57:38 (GMT)
committerSteven Knight <knight@baldmt.com>2009-02-11 17:57:38 (GMT)
commita33fd40cf855819ce49a3c93a831cb28a97a0177 (patch)
tree9207b31537e85de793ef3cdcc9a18be689ce2805 /test/packaging
parent33b254500d0cb179b4446537482905748ff32cf9 (diff)
downloadSCons-a33fd40cf855819ce49a3c93a831cb28a97a0177.zip
SCons-a33fd40cf855819ce49a3c93a831cb28a97a0177.tar.gz
SCons-a33fd40cf855819ce49a3c93a831cb28a97a0177.tar.bz2
Remove more unnecessary imports from test scripts.
Diffstat (limited to 'test/packaging')
-rw-r--r--test/packaging/msi/package.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/packaging/msi/package.py b/test/packaging/msi/package.py
index 0de241e..4988742 100644
--- a/test/packaging/msi/package.py
+++ b/test/packaging/msi/package.py
@@ -51,8 +51,6 @@ test.write( 'file1.exe', "file1" )
test.write( 'file2.exe', "file2" )
test.write('SConstruct', """
-import os
-
env = Environment(tools=['default', 'packaging'])
f1 = env.Install( '/usr/' , 'file1.exe' )
@@ -96,7 +94,6 @@ test.write( 'file4.dll', "file4" )
test.write( 'file5.dll', "file5" )
test.write('SConstruct', """
-import os
env = Environment(tools=['default', 'packaging'])
f1 = env.Install( '/usr/' , 'file1.exe' )
f2 = env.Install( '/usr/' , 'file2.exe' )