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:
Peter Collingbourne
2025-04-08 16:15:39 -07:00
committed by GitHub
parent bd2df7b076
commit 36cb81cced
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import os, sys, subprocess
from android_common import *

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import os, signal, sys, subprocess, tempfile
from android_common import *