summaryrefslogtreecommitdiff
path: root/silx/gui/data/test/test_numpyaxesselector.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/gui/data/test/test_numpyaxesselector.py')
-rw-r--r--silx/gui/data/test/test_numpyaxesselector.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/silx/gui/data/test/test_numpyaxesselector.py b/silx/gui/data/test/test_numpyaxesselector.py
index 6ce5119..6b7b58c 100644
--- a/silx/gui/data/test/test_numpyaxesselector.py
+++ b/silx/gui/data/test/test_numpyaxesselector.py
@@ -34,8 +34,8 @@ from contextlib import contextmanager
import numpy
from silx.gui.data.NumpyAxesSelector import NumpyAxesSelector
-from silx.gui.test.utils import SignalListener
-from silx.gui.test.utils import TestCaseQt
+from silx.gui.utils.testutils import SignalListener
+from silx.gui.utils.testutils import TestCaseQt
try:
import h5py