From: Stefan Behnel Date: Fri, 3 Jul 2009 20:38:31 +0000 (+0200) Subject: Py3 fix X-Git-Tag: 0.12.alpha0~275 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=695daf193118ff2352f86c342f1e81b14fbd3282;p=cython.git Py3 fix --- diff --git a/runtests.py b/runtests.py index 9a16ad36..480fdbe5 100644 --- a/runtests.py +++ b/runtests.py @@ -330,7 +330,7 @@ class CythonCompileTestCase(unittest.TestCase): except AssertionError: print("\n=== Expected errors: ===") print('\n'.join(expected_errors)) - print "\n\n=== Got errors: ===" + print("\n\n=== Got errors: ===") print('\n'.join(errors)) print('\n') raise