From 650356e61d157da1d7656f4b3b1e7a409fe05786 Mon Sep 17 00:00:00 2001 From: Edoardo Pasca Date: Mon, 28 Oct 2019 10:32:15 +0000 Subject: add future imports (#411) --- Wrappers/Python/ccpi/optimisation/algorithms/Algorithm.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Wrappers/Python/ccpi/optimisation/algorithms/Algorithm.py b/Wrappers/Python/ccpi/optimisation/algorithms/Algorithm.py index 78ce438..df8dbf5 100755 --- a/Wrappers/Python/ccpi/optimisation/algorithms/Algorithm.py +++ b/Wrappers/Python/ccpi/optimisation/algorithms/Algorithm.py @@ -20,7 +20,9 @@ # #========================================================================= - +from __future__ import absolute_import +from __future__ import division +from __future__ import print_function import time, functools from numbers import Integral -- cgit v1.2.1