From 0b3ea9fd76c132c390d7ddee87e1e5dadb749736 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Le=20Guyader?= <loic.le.guyader@xfel.eu>
Date: Thu, 19 May 2022 10:02:03 +0200
Subject: [PATCH] Fix xas import

---
 src/toolbox_scs/routines/boz.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/toolbox_scs/routines/boz.py b/src/toolbox_scs/routines/boz.py
index 30c03c1..603c387 100644
--- a/src/toolbox_scs/routines/boz.py
+++ b/src/toolbox_scs/routines/boz.py
@@ -21,7 +21,7 @@ from matplotlib.patches import Polygon
 from extra_data import open_run
 from extra_geom import DSSC_1MGeometry
 
-from toolbox_scs import xas
+from toolbox_scs.routines.XAS import xas
 
 __all__ = [
     'load_dssc_module',
-- 
GitLab