mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-26 07:04:51 +00:00
fc8ccd5b8c
Also switch existing shebangs to "better" /usr/bin/env python.
7 lines
75 B
Python
7 lines
75 B
Python
#!/usr/bin/python
|
|
|
|
Import('env')
|
|
Export('env')
|
|
|
|
SConscript('tests/SCsub');
|