summaryrefslogtreecommitdiff
path: root/silx/gui/plot/test/testPlotTools.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/gui/plot/test/testPlotTools.py')
-rw-r--r--silx/gui/plot/test/testPlotTools.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/silx/gui/plot/test/testPlotTools.py b/silx/gui/plot/test/testPlotTools.py
index a08a18a..3d5849f 100644
--- a/silx/gui/plot/test/testPlotTools.py
+++ b/silx/gui/plot/test/testPlotTools.py
@@ -26,13 +26,13 @@
__authors__ = ["T. Vincent"]
__license__ = "MIT"
-__date__ = "01/09/2017"
+__date__ = "17/01/2018"
import numpy
import unittest
-from silx.test.utils import ParametricTestCase, TestLogging
+from silx.utils.testutils import ParametricTestCase, TestLogging
from silx.gui.test.utils import (
qWaitForWindowExposedAndActivate, TestCaseQt, getQToolButtonFromAction)
from silx.gui import qt