Title: [271161] trunk/Tools
Revision
271161
Author
[email protected]
Date
2021-01-05 10:43:00 -0800 (Tue, 05 Jan 2021)

Log Message

Revert part of https://trac.webkit.org/r271158
Update root level scripts in Tools/Scripts to Python 3

* Scripts/make-dist: This also needed print_function.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (271160 => 271161)


--- trunk/Tools/ChangeLog	2021-01-05 18:41:31 UTC (rev 271160)
+++ trunk/Tools/ChangeLog	2021-01-05 18:43:00 UTC (rev 271161)
@@ -3,6 +3,13 @@
         Revert part of https://trac.webkit.org/r271158
         Update root level scripts in Tools/Scripts to Python 3
 
+        * Scripts/make-dist: This also needed print_function.
+
+2021-01-05  Alexey Proskuryakov  <[email protected]>
+
+        Revert part of https://trac.webkit.org/r271158
+        Update root level scripts in Tools/Scripts to Python 3
+
         * Scripts/extract-dependencies-from-makefile: This print_function import
         was necessary, the build is broken without it.
 

Modified: trunk/Tools/Scripts/make-dist (271160 => 271161)


--- trunk/Tools/Scripts/make-dist	2021-01-05 18:41:31 UTC (rev 271160)
+++ trunk/Tools/Scripts/make-dist	2021-01-05 18:43:00 UTC (rev 271161)
@@ -15,6 +15,7 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
+from __future__ import print_function
 from contextlib import closing
 
 import argparse
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to