diff --git a/Lib/test/bisect.py b/Lib/test/bisect.py index 6fc5618902622f0..1bf32ef06dd9521 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.