This commit is contained in:
Erik Frojdh
2019-04-09 17:32:54 +02:00
parent 31a4a46fb6
commit 026d4019c5
5 changed files with 84 additions and 1 deletions

View File

@ -1,3 +1,6 @@
import os
import sys
sys.path.append(os.path.join(os.getcwd(), 'bin'))
from sls_detector import Eiger
from sls_detector import ExperimentalDetector