| Index: test/many-actions/gyptest-many-actions-unsorted.py
 | 
| diff --git a/test/many-actions/gyptest-many-actions-unsorted.py b/test/many-actions/gyptest-many-actions-unsorted.py
 | 
| index 90d3c92e4c2d51394813287c7daf2559dc1e33f7..6927d1c7a750c3d12f69fd36452785b3c9f967d9 100644
 | 
| --- a/test/many-actions/gyptest-many-actions-unsorted.py
 | 
| +++ b/test/many-actions/gyptest-many-actions-unsorted.py
 | 
| @@ -9,10 +9,12 @@ Make sure lots of actions in the same target don't cause exceeding command
 | 
|  line length.
 | 
|  """
 | 
|  
 | 
| +from __future__ import print_function
 | 
| +
 | 
|  import sys
 | 
|  
 | 
|  if sys.platform == 'win32':
 | 
| -  print "This test is currently disabled: https://crbug.com/483696."
 | 
| +  print("This test is currently disabled: https://crbug.com/483696.")
 | 
|    sys.exit(0)
 | 
|  
 | 
|  import TestGyp
 | 
| 
 |