Use python3 in shebang line

This commit is contained in:
Andrew Murray 2021-04-09 19:10:36 +10:00
parent 75c111903c
commit b8c8375d0c
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
import sys import sys

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
from PIL import Image from PIL import Image

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
import pytest import pytest
from PIL import Image from PIL import Image

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
# Reproductions/tests for OOB read errors in FliDecode.c # Reproductions/tests for OOB read errors in FliDecode.c

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
import base64 import base64
import os import os

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
from livereload.compiler import shell from livereload.compiler import shell
from livereload.task import Task from livereload.task import Task

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
# minimal sanity check # minimal sanity check
import sys import sys

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
# > pyroma . # > pyroma .
# ------------------------------ # ------------------------------
# Checking . # Checking .