diff --git a/tests/test_utils_hastyepics.py b/tests/test_utils_hastyepics.py index ed2a94929..7a72ecb85 100644 --- a/tests/test_utils_hastyepics.py +++ b/tests/test_utils_hastyepics.py @@ -6,7 +6,7 @@ from epics.motor import MotorException import sys import os sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))) -from slic.utils.ask_yes_no import * +from slic.utils.hastyepics import * def test_get_pv_creation_and_connection():