Change python to python3 in some shebangs.
Reviewers: vitalybuka Reviewed By: vitalybuka Pull Request: https://github.com/llvm/llvm-project/pull/134945
This commit is contained in:
committed by
GitHub
parent
bd2df7b076
commit
36cb81cced
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import os, sys, subprocess
|
||||
from android_common import *
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import os, signal, sys, subprocess, tempfile
|
||||
from android_common import *
|
||||
|
||||
Reference in New Issue
Block a user