Title: [277668] trunk/Tools
Revision
277668
Author
jbed...@apple.com
Date
2021-05-18 12:03:20 -0700 (Tue, 18 May 2021)

Log Message

[lint-test-expectations] Change shebang to Python 3
https://bugs.webkit.org/show_bug.cgi?id=225898
<rdar://problem/78130334>

Reviewed by Aakash Jain.

* Scripts/lint-test-expectations: Change shebang, remove version check.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (277667 => 277668)


--- trunk/Tools/ChangeLog	2021-05-18 18:59:29 UTC (rev 277667)
+++ trunk/Tools/ChangeLog	2021-05-18 19:03:20 UTC (rev 277668)
@@ -1,3 +1,13 @@
+2021-05-18  Jonathan Bedard  <jbed...@apple.com>
+
+        [lint-test-expectations] Change shebang to Python 3
+        https://bugs.webkit.org/show_bug.cgi?id=225898
+        <rdar://problem/78130334>
+
+        Reviewed by Aakash Jain.
+
+        * Scripts/lint-test-expectations: Change shebang, remove version check.
+
 2021-05-18  Yoshiaki Jitsukawa  <yoshiaki.jitsuk...@sony.com>
 
         [PlayStation] Fix PlayStation port

Modified: trunk/Tools/Scripts/lint-test-expectations (277667 => 277668)


--- trunk/Tools/Scripts/lint-test-expectations	2021-05-18 18:59:29 UTC (rev 277667)
+++ trunk/Tools/Scripts/lint-test-expectations	2021-05-18 19:03:20 UTC (rev 277668)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Copyright (C) 2012 Google Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,6 @@
 
 import sys
 
-from webkitpy.common import version_check
 from webkitpy.layout_tests import lint_test_expectations
 
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to