diff options
Diffstat (limited to 'test/ZIP')
-rw-r--r-- | test/ZIP/ZIP.py | 2 | ||||
-rw-r--r-- | test/ZIP/ZIPCOM.py | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/test/ZIP/ZIP.py b/test/ZIP/ZIP.py index fffb493..60f3dad 100644 --- a/test/ZIP/ZIP.py +++ b/test/ZIP/ZIP.py @@ -27,7 +27,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" import os import stat import string -import sys + import TestSCons _python_ = TestSCons._python_ diff --git a/test/ZIP/ZIPCOM.py b/test/ZIP/ZIPCOM.py index c1f6761..6c78824 100644 --- a/test/ZIP/ZIPCOM.py +++ b/test/ZIP/ZIPCOM.py @@ -28,8 +28,6 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" Test the ability to configure the $ZIPCOM construction variable. """ -import sys - import TestSCons _python_ = TestSCons._python_ |