summaryrefslogtreecommitdiff
path: root/test/DVIPDF
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-02-11 17:57:38 +0000
committerSteven Knight <knight@baldmt.com>2009-02-11 17:57:38 +0000
commit1b5a674a10aaf9605a0e75c86da29e8fb8dfde61 (patch)
tree9207b31537e85de793ef3cdcc9a18be689ce2805 /test/DVIPDF
parentc22b678c2a74e4388dcf2f3419f7be6932bd27ef (diff)
downloadscons-1b5a674a10aaf9605a0e75c86da29e8fb8dfde61.tar.gz
Remove more unnecessary imports from test scripts.
Diffstat (limited to 'test/DVIPDF')
-rw-r--r--test/DVIPDF/DVIPDF.py1
-rw-r--r--test/DVIPDF/DVIPDFFLAGS.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/DVIPDF/DVIPDF.py b/test/DVIPDF/DVIPDF.py
index 5317d5c1..b3661525 100644
--- a/test/DVIPDF/DVIPDF.py
+++ b/test/DVIPDF/DVIPDF.py
@@ -24,7 +24,6 @@
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
-import os
import string
import TestSCons
diff --git a/test/DVIPDF/DVIPDFFLAGS.py b/test/DVIPDF/DVIPDFFLAGS.py
index 7d7079cc..3d7bc72e 100644
--- a/test/DVIPDF/DVIPDFFLAGS.py
+++ b/test/DVIPDF/DVIPDFFLAGS.py
@@ -24,7 +24,6 @@
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
-import os
import string
import TestSCons