summaryrefslogtreecommitdiffstats
path: root/test/packaging
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-02-06 18:36:10 (GMT)
committerSteven Knight <knight@baldmt.com>2009-02-06 18:36:10 (GMT)
commitfad26790d5c9d6ad544b426796d6ca8cd908bb95 (patch)
tree7baba507756d614ac4b146011916abe5d41d3626 /test/packaging
parentd8ff2cbc9a0848f755bdc460f9be0f74c2202738 (diff)
downloadSCons-fad26790d5c9d6ad544b426796d6ca8cd908bb95.zip
SCons-fad26790d5c9d6ad544b426796d6ca8cd908bb95.tar.gz
SCons-fad26790d5c9d6ad544b426796d6ca8cd908bb95.tar.bz2
Remove (lots) more unnecessary imports.
Diffstat (limited to 'test/packaging')
-rw-r--r--test/packaging/guess-package-name.py1
-rw-r--r--test/packaging/msi/explicit-target.py1
-rw-r--r--test/packaging/msi/package.py1
-rw-r--r--test/packaging/rpm/explicit-target.py1
-rw-r--r--test/packaging/tar/bz2.py1
-rw-r--r--test/packaging/tar/gz.py1
6 files changed, 0 insertions, 6 deletions
diff --git a/test/packaging/guess-package-name.py b/test/packaging/guess-package-name.py
index 5b4cd67..9c91248 100644
--- a/test/packaging/guess-package-name.py
+++ b/test/packaging/guess-package-name.py
@@ -33,7 +33,6 @@ Also overriding this default package name is tested
Furthermore that targz is the default packager is tested.
"""
-import os
import TestSCons
python = TestSCons.python
diff --git a/test/packaging/msi/explicit-target.py b/test/packaging/msi/explicit-target.py
index 745f0c1..e7b0c2d 100644
--- a/test/packaging/msi/explicit-target.py
+++ b/test/packaging/msi/explicit-target.py
@@ -29,7 +29,6 @@ Test the ability to use a explicit target package name and the use
of FindInstalledFiles() in conjuction with .msi packages.
"""
-import os
import TestSCons
python = TestSCons.python
diff --git a/test/packaging/msi/package.py b/test/packaging/msi/package.py
index e6ce668..3fb4e6e 100644
--- a/test/packaging/msi/package.py
+++ b/test/packaging/msi/package.py
@@ -28,7 +28,6 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
Test the ability to create a simple msi package.
"""
-import os
import TestSCons
python = TestSCons.python
diff --git a/test/packaging/rpm/explicit-target.py b/test/packaging/rpm/explicit-target.py
index b9fcc0f..2949a2f 100644
--- a/test/packaging/rpm/explicit-target.py
+++ b/test/packaging/rpm/explicit-target.py
@@ -28,7 +28,6 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
Test the ability to create a rpm package from a explicit target name.
"""
-import os
import TestSCons
_python_ = TestSCons._python_
diff --git a/test/packaging/tar/bz2.py b/test/packaging/tar/bz2.py
index 938ac11..3a12a9b 100644
--- a/test/packaging/tar/bz2.py
+++ b/test/packaging/tar/bz2.py
@@ -29,7 +29,6 @@ This tests the SRC bz2 packager, which does the following:
- create a tar package from the specified files
"""
-import os
import TestSCons
python = TestSCons.python
diff --git a/test/packaging/tar/gz.py b/test/packaging/tar/gz.py
index 26ce60d..6582ed2 100644
--- a/test/packaging/tar/gz.py
+++ b/test/packaging/tar/gz.py
@@ -29,7 +29,6 @@ This tests the SRC 'targz' packager, which does the following:
- create a targz package containing the specified files.
"""
-import os
import TestSCons
python = TestSCons.python