From 558c544943a5a4eea77aba902f2a33c05c477866 Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Fri, 24 Feb 2017 19:00:59 -0800 Subject: [PATCH] Use print() function --- pkg/test_buildbot_pkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/test_buildbot_pkg.py b/pkg/test_buildbot_pkg.py index 4fa2df9d6b82..40310414e89b 100644 --- a/pkg/test_buildbot_pkg.py +++ b/pkg/test_buildbot_pkg.py @@ -39,7 +39,7 @@ class BuildbotWWWPkg(unittest.TestCase): assert("scripts.js" in apps["%(epName)s"].resource.listNames()) assert(apps["%(epName)s"].version.startswith("0.")) assert(apps["%(epName)s"].description is not None) - print apps["%(epName)s"] + print(apps["%(epName)s"]) """) @property