summaryrefslogtreecommitdiffstats
path: root/test/TEX/usepackage.py
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/TEX/usepackage.py
parent33b254500d0cb179b4446537482905748ff32cf9 (diff)
downloadSCons-a33fd40cf855819ce49a3c93a831cb28a97a0177.zip
SCons-a33fd40cf855819ce49a3c93a831cb28a97a0177.tar.gz
SCons-a33fd40cf855819ce49a3c93a831cb28a97a0177.tar.bz2
Remove more unnecessary imports from test scripts.
Diffstat (limited to 'test/TEX/usepackage.py')
-rw-r--r--test/TEX/usepackage.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/TEX/usepackage.py b/test/TEX/usepackage.py
index 136864c..aa7e79f 100644
--- a/test/TEX/usepackage.py
+++ b/test/TEX/usepackage.py
@@ -30,8 +30,6 @@ the produced .dvi, .aux and .log files get removed by the -c option,
and that we can use this to wrap calls to the real latex utility.
"""
-import os
-
import TestSCons
_python_ = TestSCons._python_