summaryrefslogtreecommitdiffstats
path: root/test/ninja
diff options
context:
space:
mode:
authorDaniel Moody <dmoody256@gmail.com>2022-05-10 16:56:14 (GMT)
committerDaniel Moody <dmoody256@gmail.com>2022-05-10 16:56:14 (GMT)
commit880109b6e0bef087b93fef93fda0178bd7defed4 (patch)
treedf9391ff5083d3dfd86f08685a696128417d78e1 /test/ninja
parent75b79e01089b5b835fd30fb5777044459144dc89 (diff)
downloadSCons-880109b6e0bef087b93fef93fda0178bd7defed4.zip
SCons-880109b6e0bef087b93fef93fda0178bd7defed4.tar.gz
SCons-880109b6e0bef087b93fef93fda0178bd7defed4.tar.bz2
fix sider issues
Diffstat (limited to 'test/ninja')
-rw-r--r--test/ninja/command_line_targets.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ninja/command_line_targets.py b/test/ninja/command_line_targets.py
index ad61846..9fa77ea 100644
--- a/test/ninja/command_line_targets.py
+++ b/test/ninja/command_line_targets.py
@@ -25,7 +25,6 @@
import os
import TestSCons
-from TestCmd import IS_WINDOWS
test = TestSCons.TestSCons()