summaryrefslogtreecommitdiffstats
path: root/Wrappers
diff options
context:
space:
mode:
Diffstat (limited to 'Wrappers')
-rwxr-xr-xWrappers/Python/ccpi/contrib/optimisation/algorithms/spdhg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/ccpi/contrib/optimisation/algorithms/spdhg.py b/Wrappers/Python/ccpi/contrib/optimisation/algorithms/spdhg.py
index 263a7cd..34e71c0 100755
--- a/Wrappers/Python/ccpi/contrib/optimisation/algorithms/spdhg.py
+++ b/Wrappers/Python/ccpi/contrib/optimisation/algorithms/spdhg.py
@@ -19,7 +19,7 @@ from __future__ import unicode_literals
import numpy
-from ccpi.optimisation.funcs import Function
+from ccpi.optimisation.functions import Function
from ccpi.framework import ImageData
from ccpi.framework import AcquisitionData