Issue #17801: fix shebang line of gprof2html.py
This commit is contained in:
parent
1f7492c28a
commit
67804e9838
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/env python32.3
|
||||
#! /usr/bin/env python3
|
||||
|
||||
"""Transform gprof(1) output into useful HTML."""
|
||||
|
||||
|
|
Loading…
Reference in New Issue