diff --git a/tangostationcontrol/tangostationcontrol/devices/boot.py b/tangostationcontrol/tangostationcontrol/devices/boot.py index 355a8c944361feaee09b70196450a5401c598565..5b0acd2a587f6076e3a416151a30369a8a924478 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