diff options
Diffstat (limited to 'test/TEX/PDFTEX.py')
-rw-r--r-- | test/TEX/PDFTEX.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/TEX/PDFTEX.py b/test/TEX/PDFTEX.py index 61fac1e..1562b20 100644 --- a/test/TEX/PDFTEX.py +++ b/test/TEX/PDFTEX.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_ |