diff --git a/slic/core/adjustable/pvadjustable.py b/slic/core/adjustable/pvadjustable.py index c9efd46d..5ec84ca3 100644 --- a/slic/core/adjustable/pvadjustable.py +++ b/slic/core/adjustable/pvadjustable.py @@ -1,8 +1,8 @@ from time import sleep, time from types import SimpleNamespace -from epics import PV from slic.utils import typename +from slic.utils.hastyepics import get_pv as PV from .adjustable import Adjustable, AdjustableError from .pvchangemon import PVChangeMonitor