diff --git a/pxiii_bec/bec_ipython_client/startup/pre_startup.py b/pxiii_bec/bec_ipython_client/startup/pre_startup.py index f237f13..07dbedc 100644 --- a/pxiii_bec/bec_ipython_client/startup/pre_startup.py +++ b/pxiii_bec/bec_ipython_client/startup/pre_startup.py @@ -3,7 +3,7 @@ Pre-startup script for BEC client. This script is executed before the BEC client is started. It can be used to add additional command line arguments. """ -from bec_lib import ServiceConfig +from bec_lib.service_config import ServiceConfig def extend_command_line_args(parser):