diff options
| author | Benjamin Peterson <benjamin@python.org> | 2010-03-11 22:53:45 +0000 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2010-03-11 22:53:45 +0000 |
| commit | d1e45b1d11599db33a915fc9326285bfa896b2d7 (patch) | |
| tree | 07dbd683632ceb096abec222c96d486f73c5b914 /Python/makeopcodetargets.py | |
| parent | e3a7c35ee881cf22b3426be7be6fa40b474a40a3 (diff) | |
| download | cpython-d1e45b1d11599db33a915fc9326285bfa896b2d7.tar.gz | |
convert shebang lines: python -> python3
Diffstat (limited to 'Python/makeopcodetargets.py')
| -rwxr-xr-x | Python/makeopcodetargets.py | 2 |
1 files changed, 1 insertions, 1 deletions
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). """ |
