Issue #17801: fix shebang line of gprof2html.py

This commit is contained in:
Ned Deily 2013-04-20 14:07:43 -07:00
parent 1f7492c28a
commit 67804e9838
1 changed files with 1 additions and 1 deletions

View File

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