Skip to content
Snippets Groups Projects
Commit ce5f2695 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-470: Fix startup of boot device

parent cda83e08
No related branches found
No related tags found
1 merge request!181Resolve L2SS-472 "Fix devices"
...@@ -21,9 +21,9 @@ from tango import AttrWriteType, DeviceProxy, DevState ...@@ -21,9 +21,9 @@ from tango import AttrWriteType, DeviceProxy, DevState
# Additional import # Additional import
import numpy 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.devices.lofar_device import lofar_device
from tangostationcontrol.common.lofar_logging import device_logging_to_python, log_exceptions from tangostationcontrol.common.lofar_logging import device_logging_to_python, log_exceptions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment