Title: [285341] trunk/Tools
Revision
285341
Author
jbed...@apple.com
Date
2021-11-05 09:10:33 -0700 (Fri, 05 Nov 2021)

Log Message

[ic-stats.py] Change shebang to Python 3
https://bugs.webkit.org/show_bug.cgi?id=232721
<rdar://problem/85030782>

Reviewed by Alexey Proskuryakov.

* Scripts/ic-stats.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (285340 => 285341)


--- trunk/Tools/ChangeLog	2021-11-05 08:23:38 UTC (rev 285340)
+++ trunk/Tools/ChangeLog	2021-11-05 16:10:33 UTC (rev 285341)
@@ -1,3 +1,13 @@
+2021-11-05  Jonathan Bedard  <jbed...@apple.com>
+
+        [ic-stats.py] Change shebang to Python 3
+        https://bugs.webkit.org/show_bug.cgi?id=232721
+        <rdar://problem/85030782>
+
+        Reviewed by Alexey Proskuryakov.
+
+        * Scripts/ic-stats.py:
+
 2021-11-05  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [GTK][a11y] Embedded objects are not correctly handled by text interface with ATSPI

Modified: trunk/Tools/Scripts/ic-stats.py (285340 => 285341)


--- trunk/Tools/Scripts/ic-stats.py	2021-11-05 08:23:38 UTC (rev 285340)
+++ trunk/Tools/Scripts/ic-stats.py	2021-11-05 16:10:33 UTC (rev 285341)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python3
 
 # Copyright (C) 2019 Apple Inc. All rights reserved.
 #
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to