Print fixes for Python 3

This commit is contained in:
Mike Croucher 2015-02-27 19:03:45 +00:00
parent 4c3d68b761
commit 09c93e62d0
8 changed files with 90 additions and 90 deletions

View file

@ -110,5 +110,5 @@ class PriorTests(unittest.TestCase):
if __name__ == "__main__":
print "Running unit tests, please be (very) patient..."
print("Running unit tests, please be (very) patient...")
unittest.main()