From: Ned Deily Date: Sat, 20 Apr 2013 21:07:43 +0000 (-0700) Subject: Issue #17801: fix shebang line of gprof2html.py X-Git-Tag: v3.3.2~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67804e9838db79c9092abe0adbdda4cf1247bd7d;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 6c899d997c11..ad828358c148 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."""