From 90f5ba538bf40bcf4fd41049c7bf4296d3ffc9c7 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 11 Mar 2010 22:53:45 +0000 Subject: convert shebang lines: python -> python3 --- Python/makeopcodetargets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python') diff --git a/Python/makeopcodetargets.py b/Python/makeopcodetargets.py index a85ac52151..7180e9aa77 100755 --- a/Python/makeopcodetargets.py +++ b/Python/makeopcodetargets.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 """Generate C code for the jump table of the threaded code interpreter (for compilers supporting computed gotos or "labels-as-values", such as gcc). """ -- cgit v1.2.1