From 2a80fa11b2b4ab8b4e75b55a11d70490cc9e6e08 Mon Sep 17 00:00:00 2001 From: Roman Mankowsky Date: Wed, 30 Oct 2019 15:40:27 +0100 Subject: [PATCH] starting to get rid of pyepics part in eco as it updated. --- eco/eco_epics/motor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco/eco_epics/motor.py b/eco/eco_epics/motor.py index 475fc28..eb9b698 100755 --- a/eco/eco_epics/motor.py +++ b/eco/eco_epics/motor.py @@ -50,7 +50,7 @@ import sys import time from epics import ca -from . import device +from epics import device class MotorLimitException(Exception):