From 913fe3a7365ce72fbc03e26fffc872549cfb5e46 Mon Sep 17 00:00:00 2001 From: Andre Sailer Date: Wed, 13 Sep 2023 14:07:22 +0200 Subject: [PATCH] docTest: import INFO from the correct location (?) --- doc/starterkit/k4MarlinWrapperCLIC/Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/starterkit/k4MarlinWrapperCLIC/Readme.md b/doc/starterkit/k4MarlinWrapperCLIC/Readme.md index f839b7d9..3e4c8bde 100644 --- a/doc/starterkit/k4MarlinWrapperCLIC/Readme.md +++ b/doc/starterkit/k4MarlinWrapperCLIC/Readme.md @@ -167,7 +167,8 @@ For example: ```python import os -from Configurables import GeoSvc, TrackingCellIDEncodingSvc, INFO +from Gaudi.Configuration import INFO +from Configurables import GeoSvc, TrackingCellIDEncodingSvc svcList = [] geoservice = GeoSvc("GeoSvc") geoservice.detectors = [os.environ["K4GEO"]+"/CLIC/compact/CLIC_o3_v15/CLIC_o3_v15.xml"]