bpo-29512: Fix Lib/test/bisect.py shebang (#4522)
Replace python3 with python2.
This commit is contained in:
parent
733b5f3f2f
commit
448c673987
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
#!/usr/bin/env python2
|
||||
"""
|
||||
Command line tool to bisect failing CPython tests.
|
||||
|
||||
|
|
Loading…
Reference in New Issue