Diff
Modified: trunk/Tools/ChangeLog (290475 => 290476)
--- trunk/Tools/ChangeLog 2022-02-25 00:28:25 UTC (rev 290475)
+++ trunk/Tools/ChangeLog 2022-02-25 00:53:36 UTC (rev 290476)
@@ -1,5 +1,27 @@
2022-02-24 Jonathan Bedard <[email protected]>
+ [Python3] Remove shebangs from webkitpy files
+ https://bugs.webkit.org/show_bug.cgi?id=237167
+ <rdar://problem/89444955>
+
+ Reviewed by Dewei Zhu.
+
+ * Scripts/webkitpy/browserperfdash/browserperfdash_runner.py: Remove shebang.
+ * Scripts/webkitpy/browserperfdash/browserperfdash_unittest.py: Ditto.
+ * Scripts/webkitpy/common/attribute_saver.py: Ditto.
+ * Scripts/webkitpy/common/attribute_saver_unittest.py: Ditto.
+ * Scripts/webkitpy/common/net/bugzilla/test_expectation_updater.py: Ditto.
+ * Scripts/webkitpy/common/net/bugzilla/test_expectation_updater_unittest.py: Ditto.
+ * Scripts/webkitpy/layout_tests/servers/run_webkit_httpd.py: Ditto.
+ * Scripts/webkitpy/layout_tests/views/buildbot_results.py: Ditto.
+ * Scripts/webkitpy/w3c/test_converter.py: Ditto.
+ * Scripts/webkitpy/w3c/test_importer.py: Ditto.
+ * Scripts/webkitpy/w3c/test_parser.py: Ditto.
+ * Scripts/webkitpy/xcode/sdk.py: Ditto.
+ * Scripts/webkitpy/xcode/sdk_unittest.py: Ditto.
+
+2022-02-24 Jonathan Bedard <[email protected]>
+
[Python3] Change shebang for various scripts
https://bugs.webkit.org/show_bug.cgi?id=237155
<rdar://problem/89436097>
Modified: trunk/Tools/Scripts/webkitpy/browserperfdash/browserperfdash_runner.py (290475 => 290476)
--- trunk/Tools/Scripts/webkitpy/browserperfdash/browserperfdash_runner.py 2022-02-25 00:28:25 UTC (rev 290475)
+++ trunk/Tools/Scripts/webkitpy/browserperfdash/browserperfdash_runner.py 2022-02-25 00:53:36 UTC (rev 290476)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
# Copyright (C) 2018 Igalia S.L.
#
# Redistribution and use in source and binary forms, with or without
Modified: trunk/Tools/Scripts/webkitpy/browserperfdash/browserperfdash_unittest.py (290475 => 290476)
--- trunk/Tools/Scripts/webkitpy/browserperfdash/browserperfdash_unittest.py 2022-02-25 00:28:25 UTC (rev 290475)
+++ trunk/Tools/Scripts/webkitpy/browserperfdash/browserperfdash_unittest.py 2022-02-25 00:53:36 UTC (rev 290476)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
# Copyright (C) 2018 Igalia S.L.
#
# Redistribution and use in source and binary forms, with or without
Modified: trunk/Tools/Scripts/webkitpy/common/attribute_saver.py (290475 => 290476)
--- trunk/Tools/Scripts/webkitpy/common/attribute_saver.py 2022-02-25 00:28:25 UTC (rev 290475)
+++ trunk/Tools/Scripts/webkitpy/common/attribute_saver.py 2022-02-25 00:53:36 UTC (rev 290476)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (C) 2019 Apple Inc. All rights reserved.
Modified: trunk/Tools/Scripts/webkitpy/common/attribute_saver_unittest.py (290475 => 290476)
--- trunk/Tools/Scripts/webkitpy/common/attribute_saver_unittest.py 2022-02-25 00:28:25 UTC (rev 290475)
+++ trunk/Tools/Scripts/webkitpy/common/attribute_saver_unittest.py 2022-02-25 00:53:36 UTC (rev 290476)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (C) 2019 Apple Inc. All rights reserved.
Modified: trunk/Tools/Scripts/webkitpy/common/net/bugzilla/test_expectation_updater.py (290475 => 290476)
--- trunk/Tools/Scripts/webkitpy/common/net/bugzilla/test_expectation_updater.py 2022-02-25 00:28:25 UTC (rev 290475)
+++ trunk/Tools/Scripts/webkitpy/common/net/bugzilla/test_expectation_updater.py 2022-02-25 00:53:36 UTC (rev 290476)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# Copyright (C) 2017 Apple Inc. All rights reserved.
# Copyright (C) 2020 Igalia S.L.
#
Modified: trunk/Tools/Scripts/webkitpy/common/net/bugzilla/test_expectation_updater_unittest.py (290475 => 290476)
--- trunk/Tools/Scripts/webkitpy/common/net/bugzilla/test_expectation_updater_unittest.py 2022-02-25 00:28:25 UTC (rev 290475)
+++ trunk/Tools/Scripts/webkitpy/common/net/bugzilla/test_expectation_updater_unittest.py 2022-02-25 00:53:36 UTC (rev 290476)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# Copyright (C) 2017 Apple Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Modified: trunk/Tools/Scripts/webkitpy/layout_tests/servers/run_webkit_httpd.py (290475 => 290476)
--- trunk/Tools/Scripts/webkitpy/layout_tests/servers/run_webkit_httpd.py 2022-02-25 00:28:25 UTC (rev 290475)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/servers/run_webkit_httpd.py 2022-02-25 00:53:36 UTC (rev 290476)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# Copyright (C) 2005, 2006, 2007, 2015 Apple Inc. All rights reserved.
# Copyright (C) 2006 Alexey Proskuryakov ([email protected])
# Copyright (C) 2011 Research In Motion Limited. All rights reserved.
Modified: trunk/Tools/Scripts/webkitpy/layout_tests/views/buildbot_results.py (290475 => 290476)
--- trunk/Tools/Scripts/webkitpy/layout_tests/views/buildbot_results.py 2022-02-25 00:28:25 UTC (rev 290475)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/views/buildbot_results.py 2022-02-25 00:53:36 UTC (rev 290476)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# Copyright (C) 2012 Google Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Modified: trunk/Tools/Scripts/webkitpy/w3c/test_converter.py (290475 => 290476)
--- trunk/Tools/Scripts/webkitpy/w3c/test_converter.py 2022-02-25 00:28:25 UTC (rev 290475)
+++ trunk/Tools/Scripts/webkitpy/w3c/test_converter.py 2022-02-25 00:53:36 UTC (rev 290476)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# Copyright (C) 2013 Adobe Systems Incorporated. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Modified: trunk/Tools/Scripts/webkitpy/w3c/test_importer.py (290475 => 290476)
--- trunk/Tools/Scripts/webkitpy/w3c/test_importer.py 2022-02-25 00:28:25 UTC (rev 290475)
+++ trunk/Tools/Scripts/webkitpy/w3c/test_importer.py 2022-02-25 00:53:36 UTC (rev 290476)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# Copyright (C) 2013 Adobe Systems Incorporated. All rights reserved.
# Copyright (C) 2015 Canon Inc. All rights reserved.
#
Modified: trunk/Tools/Scripts/webkitpy/w3c/test_parser.py (290475 => 290476)
--- trunk/Tools/Scripts/webkitpy/w3c/test_parser.py 2022-02-25 00:28:25 UTC (rev 290475)
+++ trunk/Tools/Scripts/webkitpy/w3c/test_parser.py 2022-02-25 00:53:36 UTC (rev 290476)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# Copyright (C) 2013 Adobe Systems Incorporated. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Modified: trunk/Tools/Scripts/webkitpy/xcode/sdk.py (290475 => 290476)
--- trunk/Tools/Scripts/webkitpy/xcode/sdk.py 2022-02-25 00:28:25 UTC (rev 290475)
+++ trunk/Tools/Scripts/webkitpy/xcode/sdk.py 2022-02-25 00:53:36 UTC (rev 290476)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (C) 2019 Apple Inc. All rights reserved.
Modified: trunk/Tools/Scripts/webkitpy/xcode/sdk_unittest.py (290475 => 290476)
--- trunk/Tools/Scripts/webkitpy/xcode/sdk_unittest.py 2022-02-25 00:28:25 UTC (rev 290475)
+++ trunk/Tools/Scripts/webkitpy/xcode/sdk_unittest.py 2022-02-25 00:53:36 UTC (rev 290476)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (C) 2019 Apple Inc. All rights reserved.