summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/ccpi/optimisation/algorithms/Algorithm.py
diff options
context:
space:
mode:
Diffstat (limited to 'Wrappers/Python/ccpi/optimisation/algorithms/Algorithm.py')
-rwxr-xr-xWrappers/Python/ccpi/optimisation/algorithms/Algorithm.py4
1 files changed, 3 insertions, 1 deletions
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