diff options
author | Steven Knight <knight@baldmt.com> | 2009-02-06 16:54:04 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-02-06 16:54:04 (GMT) |
commit | d8ff2cbc9a0848f755bdc460f9be0f74c2202738 (patch) | |
tree | bc6b6642e7cf5216fc8bd75a96a3df37fb8674b5 /test/Fortran/SHF77FLAGS.py | |
parent | e112f6b49c9063e6a584ff4f7abf9d7a644eef30 (diff) | |
download | SCons-d8ff2cbc9a0848f755bdc460f9be0f74c2202738.zip SCons-d8ff2cbc9a0848f755bdc460f9be0f74c2202738.tar.gz SCons-d8ff2cbc9a0848f755bdc460f9be0f74c2202738.tar.bz2 |
Remove unnecessary imports.
Diffstat (limited to 'test/Fortran/SHF77FLAGS.py')
-rw-r--r-- | test/Fortran/SHF77FLAGS.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Fortran/SHF77FLAGS.py b/test/Fortran/SHF77FLAGS.py index 4570ebc..aac7b9d 100644 --- a/test/Fortran/SHF77FLAGS.py +++ b/test/Fortran/SHF77FLAGS.py @@ -24,9 +24,8 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" -import os import string -import sys + import TestSCons _python_ = TestSCons._python_ |