5a49e45d21
Also switch existing shebangs to "better" /usr/bin/env python.
(cherry picked from commit fc8ccd5b8c
)
6 lines
75 B
Python
6 lines
75 B
Python
#!/usr/bin/python
|
|
|
|
Import('env')
|
|
Export('env')
|
|
|
|
SConscript('tests/SCsub');
|