diff options
author | Ned Deily <nad@acm.org> | 2013-04-20 21:08:16 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-04-20 21:08:16 (GMT) |
commit | dbccf6ad4cfab2d27946b108587d46fca931cbe9 (patch) | |
tree | fb6c51808241920e36bc54b5185a0e0630b92881 /Tools/scripts | |
parent | f3bc94662800fd4c28f23375628f3447d2aa7b85 (diff) | |
parent | 67804e9838db79c9092abe0adbdda4cf1247bd7d (diff) | |
download | cpython-dbccf6ad4cfab2d27946b108587d46fca931cbe9.zip cpython-dbccf6ad4cfab2d27946b108587d46fca931cbe9.tar.gz cpython-dbccf6ad4cfab2d27946b108587d46fca931cbe9.tar.bz2 |
Issue #17801: fix shebang line of gprof2html.py
Diffstat (limited to 'Tools/scripts')
-rwxr-xr-x | Tools/scripts/gprof2html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/gprof2html.py b/Tools/scripts/gprof2html.py index 6c899d9..ad82835 100755 --- a/Tools/scripts/gprof2html.py +++ b/Tools/scripts/gprof2html.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python32.3 +#! /usr/bin/env python3 """Transform gprof(1) output into useful HTML.""" |