summaryrefslogtreecommitdiffstats
path: root/test/Fortran
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-11-29 04:25:57 (GMT)
committerSteven Knight <knight@baldmt.com>2009-11-29 04:25:57 (GMT)
commitdb73fef714103833182608cea7f0164d1a2bb70a (patch)
treeda5e2313f0abadec7549a5ebeebda490773ad2dd /test/Fortran
parent6635484c1391d76648d4602b589eb0c348bfcd74 (diff)
downloadSCons-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.py2
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_