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

index cb01c2ce6805e7b565d9fc554198e8721c2ad4a9..76408ca4d6bd95c2b9fe46bb12f259369599831b 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2.3
+#! /usr/bin/env python
 
 """Transform gprof(1) output into useful HTML."""