summaryrefslogtreecommitdiff
path: root/silx/image/test/test_shapes.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/image/test/test_shapes.py')
-rw-r--r--silx/image/test/test_shapes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/silx/image/test/test_shapes.py b/silx/image/test/test_shapes.py
index 0c5ab5e..1e6a9ca 100644
--- a/silx/image/test/test_shapes.py
+++ b/silx/image/test/test_shapes.py
@@ -27,14 +27,14 @@
__authors__ = ["T. Vincent"]
__license__ = "MIT"
-__date__ = "15/05/2017"
+__date__ = "17/01/2018"
import logging
import unittest
import numpy
-from silx.test.utils import ParametricTestCase
+from silx.utils.testutils import ParametricTestCase
from silx.image import shapes
_logger = logging.getLogger(__name__)