compatible print statements.

This commit is contained in:
Xavier Ordoquy 2012-11-21 19:36:35 +01:00
parent 17234a5a3f
commit ab3c472974

View File

@ -30,7 +30,7 @@ def main():
elif len(sys.argv) == 1: elif len(sys.argv) == 1:
test_case = '' test_case = ''
else: else:
print usage() print(usage())
sys.exit(1) sys.exit(1)
failures = test_runner.run_tests(['tests' + test_case]) failures = test_runner.run_tests(['tests' + test_case])