diff options
Diffstat (limited to 'test/TEX/dryrun.py')
-rw-r--r-- | test/TEX/dryrun.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/TEX/dryrun.py b/test/TEX/dryrun.py index 80458af..cf7f9ba 100644 --- a/test/TEX/dryrun.py +++ b/test/TEX/dryrun.py @@ -31,9 +31,7 @@ and that we can use this to wrap calls to the real latex utility. """ import os -import os.path -import string -import sys + import TestSCons _python_ = TestSCons._python_ |