Remove unnecessary imports.
[scons.git] / test / Fortran / module-subdir.py
index 35f3c6fd7503c5d24ad86c7f03bcc30faddc1af4..32f283fd66b4ea9c078c734b9872420481d45262 100644 (file)
@@ -29,7 +29,7 @@ Validate that $FORTRANMODDIR values get expanded correctly on Fortran
 command lines relative to the appropriate subdirectory.
 """
 
-import os.path
+import os
 
 import TestSCons