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