Skip to content

Commit

Permalink
Use print() function
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigc authored and tardyp committed Feb 25, 2017
1 parent 17e4adc commit 558c544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/test_buildbot_pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 558c544

Please sign in to comment.