From d70640b9e8292d1b4e8fa4ff5ff535d66f382b78 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 20 2018 12:18:29 +0000 Subject: Use the print function, even in py2 Signed-off-by: Pierre-Yves Chibon --- diff --git a/runtests.py b/runtests.py index b76cff2..1957394 100755 --- a/runtests.py +++ b/runtests.py @@ -1,6 +1,6 @@ #!/bin/python3 -from __future__ import unicode_literals +from __future__ import print_function, unicode_literals import argparse import coverage