summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/MSVS/vs-scc-files.py2
-rw-r--r--test/MSVS/vs-scc-legacy-files.py2
2 files changed, 0 insertions, 4 deletions
diff --git a/test/MSVS/vs-scc-files.py b/test/MSVS/vs-scc-files.py
index a02ba5c..85fa27c 100644
--- a/test/MSVS/vs-scc-files.py
+++ b/test/MSVS/vs-scc-files.py
@@ -29,8 +29,6 @@ Test that we can generate Visual Studio 10.0 project (.vcxproj) and
solution (.sln) files that contain SCC information and look correct.
"""
-import os
-
import TestSConsMSVS
for vc_version in TestSConsMSVS.get_tested_proj_file_vc_versions():
diff --git a/test/MSVS/vs-scc-legacy-files.py b/test/MSVS/vs-scc-legacy-files.py
index 813025a..8e2ca15 100644
--- a/test/MSVS/vs-scc-legacy-files.py
+++ b/test/MSVS/vs-scc-legacy-files.py
@@ -29,8 +29,6 @@ Test that we can generate Visual Studio 10.0 or later project (.vcxproj) and
solution (.sln) files that contain SCC information and look correct.
"""
-import os
-
import TestSConsMSVS
for vc_version in TestSConsMSVS.get_tested_proj_file_vc_versions():