summaryrefslogtreecommitdiffstats
path: root/test/TEX/TEX.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEX/TEX.py')
-rw-r--r--test/TEX/TEX.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/TEX/TEX.py b/test/TEX/TEX.py
index 3b2a6be..99a69fe 100644
--- a/test/TEX/TEX.py
+++ b/test/TEX/TEX.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_