diff options
| -rw-r--r-- | test/import.py | 2 |
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()) |
