From 2f3ed798d26ae4ab31b0b45e5ef5305c58b28be1 Mon Sep 17 00:00:00 2001 From: Bryn Keller Date: Mon, 2 May 2016 15:46:07 -0700 Subject: Various tweaks to support Python 2.7 --- python/src/self_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/src') diff --git a/python/src/self_test.py b/python/src/self_test.py index 3f85fc1..8017387 100644 --- a/python/src/self_test.py +++ b/python/src/self_test.py @@ -1,3 +1,4 @@ +from __future__ import print_function import sys import phat @@ -157,7 +158,6 @@ if __name__=='__main__': print("Error: [load|save]_vector_vector bug", file=sys.stderr) error = True - if error: sys.exit(1) else: -- cgit v1.2.3