Index: test/win/gyptest-link-enable-winrt-app-revision.py |
diff --git a/test/win/gyptest-link-enable-winrt-app-revision.py b/test/win/gyptest-link-enable-winrt-app-revision.py |
index e5c5a71335e309287917edb3af2f97c5317921eb..45d86e1c69df59d2726d60837713dbfe924bbb42 100644 |
--- a/test/win/gyptest-link-enable-winrt-app-revision.py |
+++ b/test/win/gyptest-link-enable-winrt-app-revision.py |
@@ -8,6 +8,8 @@ |
Make sure msvs_application_type_revision works correctly. |
""" |
+from __future__ import print_function |
+ |
import TestGyp |
import os |
@@ -16,7 +18,7 @@ import struct |
CHDIR = 'winrt-app-type-revision' |
-print 'This test is not currently working on the bots: https://code.google.com/p/gyp/issues/detail?id=466' |
+print('This test is not currently working on the bots: https://code.google.com/p/gyp/issues/detail?id=466') |
sys.exit(0) |
if (sys.platform == 'win32' and |