summaryrefslogtreecommitdiffstats
path: root/test/TEX/LATEX.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEX/LATEX.py')
-rw-r--r--test/TEX/LATEX.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/TEX/LATEX.py b/test/TEX/LATEX.py
index a45b032..fff98df 100644
--- a/test/TEX/LATEX.py
+++ b/test/TEX/LATEX.py
@@ -30,9 +30,8 @@ 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 string
-import sys
+
import TestSCons
_python_ = TestSCons._python_