convert shebang lines: python -> python3
diff --git a/Lib/profile.py b/Lib/profile.py
index 4eb86a8..a09fffe 100755
--- a/Lib/profile.py
+++ b/Lib/profile.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # Class for profiling python code. rev 1.0  6/2/94
 #