summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/import.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/import.py b/test/import.py
index 2766d77..a0ab0fb 100644
--- a/test/import.py
+++ b/test/import.py
@@ -232,7 +232,7 @@ SCons.Tool.%(tool)s.generate(env)
failures = []
for tool in tools:
- if tool[0] in '0123456789' or '+' in tool or tool in ('as'):
+ if tool[0] in '0123456789' or '+' in tool or tool in ('as',):
test.write('SConstruct', indirect_import % locals())
else:
test.write('SConstruct', direct_import % locals())