[Python-checkins] cpython (2.7): Issue #17801: fix shebang line of gprof2html.py

ned.deily python-checkins at python.org
Sat Apr 20 23:08:49 CEST 2013


http://hg.python.org/cpython/rev/0c308d65d7bc
changeset:   83471:0c308d65d7bc
branch:      2.7
parent:      83467:9c4db76d073e
user:        Ned Deily <nad at acm.org>
date:        Sat Apr 20 14:07:05 2013 -0700
summary:
  Issue #17801: fix shebang line of gprof2html.py

files:
  Tools/scripts/gprof2html.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Tools/scripts/gprof2html.py b/Tools/scripts/gprof2html.py
--- 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."""
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list