summaryrefslogtreecommitdiffstats
path: root/test/Fortran/module-subdir.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-02-06 16:54:04 (GMT)
committerSteven Knight <knight@baldmt.com>2009-02-06 16:54:04 (GMT)
commitd8ff2cbc9a0848f755bdc460f9be0f74c2202738 (patch)
treebc6b6642e7cf5216fc8bd75a96a3df37fb8674b5 /test/Fortran/module-subdir.py
parente112f6b49c9063e6a584ff4f7abf9d7a644eef30 (diff)
downloadSCons-d8ff2cbc9a0848f755bdc460f9be0f74c2202738.zip
SCons-d8ff2cbc9a0848f755bdc460f9be0f74c2202738.tar.gz
SCons-d8ff2cbc9a0848f755bdc460f9be0f74c2202738.tar.bz2
Remove unnecessary imports.
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