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