bpo-29512: Fix Lib/test/bisect.py shebang (#4522)

Replace python3 with python2.
This commit is contained in:
Victor Stinner 2017-11-23 17:04:34 +01:00 committed by GitHub
parent 733b5f3f2f
commit 448c673987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python2
"""
Command line tool to bisect failing CPython tests.