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