summaryrefslogtreecommitdiff
path: root/python/src/self_test.py
diff options
context:
space:
mode:
authorBryn Keller <xoltar@xoltar.org>2016-05-02 15:46:07 -0700
committerBryn Keller <xoltar@xoltar.org>2016-05-02 15:46:07 -0700
commit2f3ed798d26ae4ab31b0b45e5ef5305c58b28be1 (patch)
tree9ecb340723da96ba943b49f73311840db2d63ff3 /python/src/self_test.py
parenta99e8a72971e4e02fef05e40a9ff28057540b754 (diff)
Various tweaks to support Python 2.7
Diffstat (limited to 'python/src/self_test.py')
-rw-r--r--python/src/self_test.py2
1 files changed, 1 insertions, 1 deletions
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: