Skip to content

Commit

Permalink
docTest: import INFO from the correct location (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Sep 13, 2023
1 parent b61a983 commit 913fe3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/starterkit/k4MarlinWrapperCLIC/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 913fe3a

Please sign in to comment.