Harmonize Python shebang

Differential Revision: https://reviews.llvm.org/D83857
This commit is contained in:
serge-sans-paille
2020-07-15 09:31:13 +02:00
parent a2a3adcc66
commit 515bc8c155
60 changed files with 60 additions and 60 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import lldb
import struct

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import lldb
import struct

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import lldb
import struct