diff options
Diffstat (limited to 'test/TEX/PDFTEXCOMSTR.py')
-rw-r--r-- | test/TEX/PDFTEXCOMSTR.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/TEX/PDFTEXCOMSTR.py b/test/TEX/PDFTEXCOMSTR.py index ac32ae1..1332b64 100644 --- a/test/TEX/PDFTEXCOMSTR.py +++ b/test/TEX/PDFTEXCOMSTR.py @@ -30,9 +30,8 @@ Test that the $PDFTEXCOMSTR construction variable allows you to configure the C compilation output. """ -import os -import string import sys + import TestSCons _python_ = TestSCons._python_ |