diff options
Diffstat (limited to 'test/TEX/PDFTEXCOM.py')
-rw-r--r-- | test/TEX/PDFTEXCOM.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/TEX/PDFTEXCOM.py b/test/TEX/PDFTEXCOM.py index f760125..6c4b6ae 100644 --- a/test/TEX/PDFTEXCOM.py +++ b/test/TEX/PDFTEXCOM.py @@ -28,9 +28,8 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" Test the ability to configure the $PDFTEXCOM construction variable. """ -import os -import string import sys + import TestSCons _python_ = TestSCons._python_ |