summaryrefslogtreecommitdiff
path: root/silx/gui/plot/test/testImageView.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/gui/plot/test/testImageView.py')
-rw-r--r--silx/gui/plot/test/testImageView.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/silx/gui/plot/test/testImageView.py b/silx/gui/plot/test/testImageView.py
index 641d438..5059a0b 100644
--- a/silx/gui/plot/test/testImageView.py
+++ b/silx/gui/plot/test/testImageView.py
@@ -26,7 +26,7 @@
__authors__ = ["T. Vincent"]
__license__ = "MIT"
-__date__ = "22/09/2017"
+__date__ = "24/04/2018"
import unittest
@@ -36,7 +36,7 @@ from silx.gui import qt
from silx.gui.test.utils import TestCaseQt
from silx.gui.plot import ImageView
-from silx.gui.plot.Colormap import Colormap
+from silx.gui.colors import Colormap
class TestImageView(TestCaseQt):