From: Ned Deily Date: Sat, 20 Apr 2013 21:07:05 +0000 (-0700) Subject: Issue #17801: fix shebang line of gprof2html.py X-Git-Tag: v2.7.5~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69f051c33c50e26e6f37447da0df3b7ebdd2436d;p=thirdparty%2FPython%2Fcpython.git Issue #17801: fix shebang line of gprof2html.py --- diff --git a/Tools/scripts/gprof2html.py b/Tools/scripts/gprof2html.py index cb01c2ce6805..76408ca4d6bd 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."""