From a17b8a3f034562d800fc881e91a33d7eb1ec4832 Mon Sep 17 00:00:00 2001 From: Lars Hupfeldt Date: Sat, 6 Feb 2021 21:58:55 +0100 Subject: [PATCH] Remove "from __future__ import print_function" --- demo/basic.py | 2 -- jobload.py | 1 - test/framework/mock_api.py | 1 - test/framework/test/lines_in_test.py | 1 - 4 files changed, 5 deletions(-) diff --git a/demo/basic.py b/demo/basic.py index 4ce50fe..976cb2d 100755 --- a/demo/basic.py +++ b/demo/basic.py @@ -5,8 +5,6 @@ # Just a simple flow -from __future__ import print_function - from jenkinsflow.flow import serial import demo_security as security diff --git a/jobload.py b/jobload.py index 319cd50..0764d38 100644 --- a/jobload.py +++ b/jobload.py @@ -1,7 +1,6 @@ # Copyright (c) 2012 - 2015 Lars Hupfeldt Nielsen, Hupfeldt IT # All rights reserved. This work is under a BSD license, see LICENSE.TXT. -from __future__ import print_function from .jenkins_api import UnknownJobException try: diff --git a/test/framework/mock_api.py b/test/framework/mock_api.py index e476d0b..4fc13a5 100644 --- a/test/framework/mock_api.py +++ b/test/framework/mock_api.py @@ -1,7 +1,6 @@ # Copyright (c) 2012 - 2015 Lars Hupfeldt Nielsen, Hupfeldt IT # All rights reserved. This work is under a BSD license, see LICENSE.TXT. -from __future__ import print_function import os from os.path import join as jp from collections import OrderedDict diff --git a/test/framework/test/lines_in_test.py b/test/framework/test/lines_in_test.py index 964f085..ba758cf 100644 --- a/test/framework/test/lines_in_test.py +++ b/test/framework/test/lines_in_test.py @@ -1,7 +1,6 @@ # Copyright (c) 2012 - 2015 Lars Hupfeldt Nielsen, Hupfeldt IT # All rights reserved. This work is under a BSD license, see LICENSE.TXT. -from __future__ import print_function import re from ..lines_in import lines_in