summaryrefslogtreecommitdiffstats
path: root/test/Fortran/module-subdir.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Fortran/module-subdir.py')
-rw-r--r--test/Fortran/module-subdir.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Fortran/module-subdir.py b/test/Fortran/module-subdir.py
index 35f3c6f..32f283f 100644
--- a/test/Fortran/module-subdir.py
+++ b/test/Fortran/module-subdir.py
@@ -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