From 60377e31b774b9d166dc27f50ede74b0bc0ed0cb Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Sun, 10 Oct 2021 19:51:08 +0200 Subject: [PATCH] use modified get_pv --- slic/core/adjustable/pvadjustable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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