moved compiled extension into slsdet

This commit is contained in:
froejdh_e
2025-05-22 16:53:31 +02:00
committed by maliakal_d
parent d4c09bfd21
commit ef62155207
17 changed files with 26 additions and 24 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ but not directly used in controlling the detector
"""
from collections import namedtuple
import _slsdet #C++ lib
from . import _slsdet #C++ lib
import functools
import datetime as dt
import pathlib