]> granicus.if.org Git - python/commitdiff
Issue #17801: fix shebang line of gprof2html.py
authorNed Deily <nad@acm.org>
Sat, 20 Apr 2013 21:07:43 +0000 (14:07 -0700)
committerNed Deily <nad@acm.org>
Sat, 20 Apr 2013 21:07:43 +0000 (14:07 -0700)
Tools/scripts/gprof2html.py

index 6c899d997c111823ad6dbe0ec9d9657d9c676a46..ad828358c1484bbb1faea3e9e3d8ca2d7c1b0fd4 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python32.3
+#! /usr/bin/env python3
 
 """Transform gprof(1) output into useful HTML."""