From beb1de305ee691b355d6ff388a75f1d72b309bce Mon Sep 17 00:00:00 2001 From: stevenknight Date: Sun, 29 Nov 2009 04:25:57 +0000 Subject: [PATCH] Add missing "import string" to test that uses string.replace(). git-svn-id: http://scons.tigris.org/svn/scons/trunk@4494 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- test/Fortran/SHF90.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Fortran/SHF90.py b/test/Fortran/SHF90.py index 00e9d2af..dc5f1de8 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_ -- 2.26.2