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