diff options
Diffstat (limited to 'test/CacheDir/multiple-targets.py')
-rw-r--r-- | test/CacheDir/multiple-targets.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CacheDir/multiple-targets.py b/test/CacheDir/multiple-targets.py index 99ab8da..d985ca0 100644 --- a/test/CacheDir/multiple-targets.py +++ b/test/CacheDir/multiple-targets.py @@ -28,8 +28,6 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" Test that multiple target files get retrieved from a CacheDir correctly. """ -import os.path -import shutil import TestSCons |