Index: test/mac/gyptest-bundle-resources.py |
diff --git a/test/mac/gyptest-bundle-resources.py b/test/mac/gyptest-bundle-resources.py |
index e9eddb70fa549582d9924a435c50dea25f049dc2..275cdbaa54a29e7df2a6a5d427f8f101dfa42ea1 100644 |
--- a/test/mac/gyptest-bundle-resources.py |
+++ b/test/mac/gyptest-bundle-resources.py |
@@ -8,6 +8,8 @@ |
Verifies things related to bundle resources. |
""" |
+from __future__ import print_function |
+ |
import TestGyp |
import os |
@@ -15,7 +17,7 @@ import stat |
import sys |
if sys.platform in ('darwin'): |
- print "This test is currently disabled: https://crbug.com/483696." |
+ print("This test is currently disabled: https://crbug.com/483696.") |
sys.exit(0) |