From db73fef714103833182608cea7f0164d1a2bb70a Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Sun, 29 Nov 2009 04:25:57 +0000 Subject: Add missing "import string" to test that uses string.replace(). --- test/Fortran/SHF90.py | 2 ++ 1 file changed, 2 insertions(+) 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_ -- cgit v0.12