diff options
Diffstat (limited to 'test/Configure/clean.py')
-rw-r--r-- | test/Configure/clean.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Configure/clean.py b/test/Configure/clean.py index 3fcfcbd..a48029d 100644 --- a/test/Configure/clean.py +++ b/test/Configure/clean.py @@ -29,8 +29,6 @@ Verify that we don't perform Configure context actions when the -c or --clean options have been specified. """ -import string - import TestSCons test = TestSCons.TestSCons(match = TestSCons.match_re_dotall) |