summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-04-20 21:07:43 (GMT)
committerNed Deily <nad@acm.org>2013-04-20 21:07:43 (GMT)
commit67804e9838db79c9092abe0adbdda4cf1247bd7d (patch)
treeb3726242df93f8f7f66dc6baf239e1242b14d09a /Tools
parent1f7492c28a5aa5a1abfb3de9dc88ac440296a36c (diff)
downloadcpython-67804e9838db79c9092abe0adbdda4cf1247bd7d.zip
cpython-67804e9838db79c9092abe0adbdda4cf1247bd7d.tar.gz
cpython-67804e9838db79c9092abe0adbdda4cf1247bd7d.tar.bz2
Issue #17801: fix shebang line of gprof2html.py
Diffstat (limited to 'Tools')
-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."""