Skip to content
Snippets Groups Projects
Commit 137f1258 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

L2SS-1444: filename and import fix

parent b5199fe3
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ include(PythonInstall) ...@@ -4,6 +4,7 @@ include(PythonInstall)
set(_py_files set(_py_files
__init__.py __init__.py
bus_listener.py bus_listener.py
confg.py
message_handler.py message_handler.py
observation_pool.py observation_pool.py
rpc_client.py rpc_client.py
......
...@@ -28,7 +28,7 @@ from lofar.sas.tmss.services.lobster.specification_translation import ( ...@@ -28,7 +28,7 @@ from lofar.sas.tmss.services.lobster.specification_translation import (
combine_l2specification_multistation combine_l2specification_multistation
) )
from .deploy_configuration import ( from .config import (
COBALT_HEADNODE, COBALT_HEADNODE,
COBALT_PARSET_DIR, COBALT_PARSET_DIR,
COBALT_STARTBGL_SCRIPT, COBALT_STARTBGL_SCRIPT,
......
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