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