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

Fix imports

parent 1705ae3b
Branches
Tags
No related merge requests found
......@@ -25,12 +25,12 @@ from tango import AttrWriteType
# Additional import
from clients.sst_client import sst_client, SST_collector
from clients.attribute_wrapper import attribute_wrapper
from util.attribute_wrapper import attribute_wrapper
from util.hardware_device import hardware_device
from util.lofar_git import get_version
from devices.hardware_device import hardware_device
from util.lofar_logging import device_logging_to_python, log_exceptions
from common.lofar_git import get_version
from common.lofar_logging import device_logging_to_python, log_exceptions
import numpy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment