Add missing "import string" to test that uses string.replace().
[scons.git] / test / Fortran / SHF90.py
index 00e9d2af5f05845d015954fb8fce383d2a47210d..dc5f1de80fb20d8391a86d84b389d69412b68a75 100644 (file)
@@ -24,6 +24,8 @@
 
 __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
 
+import string
+
 import TestSCons
 
 _python_ = TestSCons._python_