[Python-checkins] cpython (merge 3.3 -> default): Issue #17801: fix shebang line of gprof2html.py

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


http://hg.python.org/cpython/rev/47f392d6547d
changeset:   83473:47f392d6547d
parent:      83470:43d1df8c8d6c
parent:      83472:354e4d096c34
user:        Ned Deily <nad at acm.org>
date:        Sat Apr 20 14:08:16 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 python32.3
+#! /usr/bin/env python3
 
 """Transform gprof(1) output into useful HTML."""
 

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


More information about the Python-checkins mailing list