From 7dbd812e49cb7b044756769d3364e4e8d1cd7bdd Mon Sep 17 00:00:00 2001 From: Mattias Linnap Date: Mon, 7 Aug 2017 01:48:47 +0300 Subject: [PATCH] Fix tests for python2.7. --- tests/runtests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/runtests.py b/tests/runtests.py index aa4132e..900a6ae 100755 --- a/tests/runtests.py +++ b/tests/runtests.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +from __future__ import print_function from os.path import abspath, dirname, join import subprocess