diff options
author | Steven Knight <knight@baldmt.com> | 2009-11-29 04:25:57 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-11-29 04:25:57 (GMT) |
commit | db73fef714103833182608cea7f0164d1a2bb70a (patch) | |
tree | da5e2313f0abadec7549a5ebeebda490773ad2dd /test/Fortran | |
parent | 6635484c1391d76648d4602b589eb0c348bfcd74 (diff) | |
download | SCons-db73fef714103833182608cea7f0164d1a2bb70a.zip SCons-db73fef714103833182608cea7f0164d1a2bb70a.tar.gz SCons-db73fef714103833182608cea7f0164d1a2bb70a.tar.bz2 |
Add missing "import string" to test that uses string.replace().
Diffstat (limited to 'test/Fortran')
-rw-r--r-- | test/Fortran/SHF90.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Fortran/SHF90.py b/test/Fortran/SHF90.py index 00e9d2a..dc5f1de 100644 --- a/test/Fortran/SHF90.py +++ b/test/Fortran/SHF90.py @@ -24,6 +24,8 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" +import string + import TestSCons _python_ = TestSCons._python_ |