summaryrefslogtreecommitdiff
path: root/silx/gui/plot/test/testProfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/gui/plot/test/testProfile.py')
-rw-r--r--silx/gui/plot/test/testProfile.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/silx/gui/plot/test/testProfile.py b/silx/gui/plot/test/testProfile.py
index 43d3329..28d9669 100644
--- a/silx/gui/plot/test/testProfile.py
+++ b/silx/gui/plot/test/testProfile.py
@@ -26,12 +26,12 @@
__authors__ = ["T. Vincent", "P. Knobel"]
__license__ = "MIT"
-__date__ = "23/02/2017"
+__date__ = "17/01/2018"
import numpy
import unittest
-from silx.test.utils import ParametricTestCase
+from silx.utils.testutils import ParametricTestCase
from silx.gui.test.utils import (
TestCaseQt, getQToolButtonFromAction)
from silx.gui import qt