From ce5f269510f126212eade8929d1742506a3b76cd Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Tue, 2 Nov 2021 17:25:07 +0100 Subject: [PATCH] L2SS-470: Fix startup of boot device --- tangostationcontrol/tangostationcontrol/devices/boot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tangostationcontrol/tangostationcontrol/devices/boot.py b/tangostationcontrol/tangostationcontrol/devices/boot.py index 355a8c944..5b0acd2a5 100644 --- a/tangostationcontrol/tangostationcontrol/devices/boot.py +++ b/tangostationcontrol/tangostationcontrol/devices/boot.py @@ -21,9 +21,9 @@ from tango import AttrWriteType, DeviceProxy, DevState # Additional import import numpy -from device_decorators import * +from tangostationcontrol.devices.device_decorators import * -from tangostationcontrol.common.entry import entry +from tangostationcontrol.common.entrypoint import entry from tangostationcontrol.devices.lofar_device import lofar_device from tangostationcontrol.common.lofar_logging import device_logging_to_python, log_exceptions -- GitLab