diff --git a/Lib/test/bisect.py b/Lib/test/bisect.py index 6fc56189026..1bf32ef06dd 100755 --- a/Lib/test/bisect.py +++ b/Lib/test/bisect.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python2 """ Command line tool to bisect failing CPython tests.