summaryrefslogtreecommitdiffstats
path: root/Tools/scripts
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-04-20 21:08:16 (GMT)
committerNed Deily <nad@acm.org>2013-04-20 21:08:16 (GMT)
commitdbccf6ad4cfab2d27946b108587d46fca931cbe9 (patch)
treefb6c51808241920e36bc54b5185a0e0630b92881 /Tools/scripts
parentf3bc94662800fd4c28f23375628f3447d2aa7b85 (diff)
parent67804e9838db79c9092abe0adbdda4cf1247bd7d (diff)
downloadcpython-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-xTools/scripts/gprof2html.py2
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."""