From 43b1cef6840315ea3131f20ef3c3c6feb413b4ac Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Tue, 27 May 2025 11:22:37 +0200 Subject: [PATCH] fixing gotthard1 import --- python/slsdet/gotthard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/slsdet/gotthard.py b/python/slsdet/gotthard.py index 9468c78a3..c7aa29d73 100644 --- a/python/slsdet/gotthard.py +++ b/python/slsdet/gotthard.py @@ -9,7 +9,7 @@ This file contains the specialization for the Moench detector from .detector import Detector, freeze from .dacs import DetectorDacs -import _slsdet +from . import _slsdet dacIndex = _slsdet.slsDetectorDefs.dacIndex from .detector_property import DetectorProperty