diff --git a/slic/utils/hastyepics.py b/slic/utils/hastyepics.py index d71e2376..544735a7 100644 --- a/slic/utils/hastyepics.py +++ b/slic/utils/hastyepics.py @@ -1,5 +1,7 @@ import epics from epics import get_pv as _get_pv +from epics import PV as _PV +import time from epics.device import Device from epics.motor import MotorException