summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/ccpi/plugins/regularisers.py
diff options
context:
space:
mode:
Diffstat (limited to 'Wrappers/Python/ccpi/plugins/regularisers.py')
-rw-r--r--Wrappers/Python/ccpi/plugins/regularisers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/ccpi/plugins/regularisers.py b/Wrappers/Python/ccpi/plugins/regularisers.py
index 774107d..d8ba997 100644
--- a/Wrappers/Python/ccpi/plugins/regularisers.py
+++ b/Wrappers/Python/ccpi/plugins/regularisers.py
@@ -21,7 +21,7 @@
from ccpi.filters import regularisers
from ccpi.filters.cpu_regularisers import TV_ENERGY
from ccpi.framework import DataContainer
-from ccpi.optimisation.ops import Operator
+from ccpi.optimisation.funcs import Function
import numpy as np