Skip to content

Commit

Permalink
Merge pull request #5395 from radarhere/python3
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 9, 2021
2 parents 75c1119 + 714d6c8 commit b01fd46
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Tests/32bit_segfault_check.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys

Expand Down
2 changes: 1 addition & 1 deletion Tests/check_fli_oob.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

from PIL import Image

Expand Down
2 changes: 1 addition & 1 deletion Tests/check_imaging_leaks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import pytest

from PIL import Image
Expand Down
2 changes: 1 addition & 1 deletion Tests/check_jp2_overflow.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# Reproductions/tests for OOB read errors in FliDecode.c

Expand Down
2 changes: 1 addition & 1 deletion Tests/createfontdatachunk.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import base64
import os

Expand Down
1 change: 0 additions & 1 deletion Tests/test_sgi_crash.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
import pytest

from PIL import Image
Expand Down
2 changes: 1 addition & 1 deletion docs/Guardfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from livereload.compiler import shell
from livereload.task import Task

Expand Down
2 changes: 1 addition & 1 deletion selftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# minimal sanity check

import sys
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# > pyroma .
# ------------------------------
# Checking .
Expand Down

0 comments on commit b01fd46

Please sign in to comment.