From 62097ecb2ad9159c03c398f428d7bb0c25f7b521 Mon Sep 17 00:00:00 2001 From: Ondrej Nosek Date: Feb 18 2020 14:46:06 +0000 Subject: Repair Jenkins tests To keep Python 2.6 compatibility. Signed-off-by: Ondrej Nosek --- diff --git a/pyrpkg/utils.py b/pyrpkg/utils.py index 957a7e9..ada1328 100644 --- a/pyrpkg/utils.py +++ b/pyrpkg/utils.py @@ -12,6 +12,7 @@ This module contains a bunch of utilities used elsewhere in pyrpkg. """ +from __future__ import print_function import argparse import os