diff --git a/SAS/TMSS/backend/services/lobster/lib/CMakeLists.txt b/SAS/TMSS/backend/services/lobster/lib/CMakeLists.txt index 888bd56b03a3dafc6ee2eccfc27403c1a8f8328d..af70abf28c56d62a6cf4a861ddf70ed9a989ca3b 100644 --- a/SAS/TMSS/backend/services/lobster/lib/CMakeLists.txt +++ b/SAS/TMSS/backend/services/lobster/lib/CMakeLists.txt @@ -4,6 +4,7 @@ include(PythonInstall) set(_py_files __init__.py bus_listener.py + confg.py message_handler.py observation_pool.py rpc_client.py diff --git a/SAS/TMSS/backend/services/lobster/lib/deploy_configuration.py b/SAS/TMSS/backend/services/lobster/lib/config.py similarity index 100% rename from SAS/TMSS/backend/services/lobster/lib/deploy_configuration.py rename to SAS/TMSS/backend/services/lobster/lib/config.py diff --git a/SAS/TMSS/backend/services/lobster/lib/message_handler.py b/SAS/TMSS/backend/services/lobster/lib/message_handler.py index 9251f1adbec19f98776b774ced8d6a002dbd5d9b..2f475aa2f34f74e4bfbda3c99ad3e5717207fb53 100644 --- a/SAS/TMSS/backend/services/lobster/lib/message_handler.py +++ b/SAS/TMSS/backend/services/lobster/lib/message_handler.py @@ -28,7 +28,7 @@ from lofar.sas.tmss.services.lobster.specification_translation import ( combine_l2specification_multistation ) -from .deploy_configuration import ( +from .config import ( COBALT_HEADNODE, COBALT_PARSET_DIR, COBALT_STARTBGL_SCRIPT,