From de681610c5e0ba0ea6d7b5ea43c564a4cb39e3c8 Mon Sep 17 00:00:00 2001
From: su530201 <olivier.kaufmann@umons.ac.be>
Date: Tue, 10 Oct 2023 23:26:52 +0200
Subject: [PATCH] Improve code consistency

---
 dev/test_mb_2024_0_mux_2024.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/test_mb_2024_0_mux_2024.py b/dev/test_mb_2024_0_mux_2024.py
index de2995c7..1b2270d8 100644
--- a/dev/test_mb_2024_0_mux_2024.py
+++ b/dev/test_mb_2024_0_mux_2024.py
@@ -54,7 +54,7 @@ if part_of_hardware_system:
     k.switch_mux(electrodes=[1, 4, 2, 3], roles=['A', 'B', 'M', 'N'], state='off')
 
 if within_ohmpi:
-    from ohmpi import OhmPi
+    from ohmpi.ohmpi import OhmPi
     # from ohmpi.plots import plot_exec_log
 
     print('Starting test of mux within OhmPi.')
-- 
GitLab