Skip to content

Commit

Permalink
doctest: add required INFO import
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer authored Sep 13, 2023
1 parent 4898259 commit bd21731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/starterkit/k4MarlinWrapperCLIC/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ For example:

```python
import os
from Configurables import GeoSvc, TrackingCellIDEncodingSvc
from Configurables import GeoSvc, TrackingCellIDEncodingSvc, INFO
svcList = []
geoservice = GeoSvc("GeoSvc")
geoservice.detectors = [os.environ["K4GEO"]+"/CLIC/compact/CLIC_o3_v15/CLIC_o3_v15.xml"]
Expand Down

0 comments on commit bd21731

Please sign in to comment.