summaryrefslogtreecommitdiff
path: root/silx/gui/plot3d/test/testScalarFieldView.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/gui/plot3d/test/testScalarFieldView.py')
-rw-r--r--silx/gui/plot3d/test/testScalarFieldView.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/silx/gui/plot3d/test/testScalarFieldView.py b/silx/gui/plot3d/test/testScalarFieldView.py
index 5ad4051..43d401f 100644
--- a/silx/gui/plot3d/test/testScalarFieldView.py
+++ b/silx/gui/plot3d/test/testScalarFieldView.py
@@ -25,7 +25,7 @@
__authors__ = ["T. Vincent"]
__license__ = "MIT"
-__date__ = "11/07/2017"
+__date__ = "17/01/2018"
import logging
@@ -33,7 +33,7 @@ import unittest
import numpy
-from silx.test.utils import ParametricTestCase
+from silx.utils.testutils import ParametricTestCase
from silx.gui.test.utils import TestCaseQt
from silx.gui import qt