mirror of https://github.com/python/cpython
Issue #17801: fix shebang line of gprof2html.py
This commit is contained in:
commit
dbccf6ad4c
|
@ -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