From: stevenknight Date: Sun, 29 Nov 2009 04:25:57 +0000 (+0000) Subject: Add missing "import string" to test that uses string.replace(). X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=beb1de305ee691b355d6ff388a75f1d72b309bce;p=scons.git 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 --- 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_