summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-04-20 21:07:05 (GMT)
committerNed Deily <nad@acm.org>2013-04-20 21:07:05 (GMT)
commit69f051c33c50e26e6f37447da0df3b7ebdd2436d (patch)
tree1369603997701f5eb2d35358156cd11a1469253e
parente5af944bdfbc905c2b5b3b6751b76e742abe2cbc (diff)
downloadcpython-69f051c33c50e26e6f37447da0df3b7ebdd2436d.zip
cpython-69f051c33c50e26e6f37447da0df3b7ebdd2436d.tar.gz
cpython-69f051c33c50e26e6f37447da0df3b7ebdd2436d.tar.bz2
Issue #17801: fix shebang line of 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 cb01c2c..76408ca 100755
--- a/Tools/scripts/gprof2html.py
+++ b/Tools/scripts/gprof2html.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2.3
+#! /usr/bin/env python
"""Transform gprof(1) output into useful HTML."""