summaryrefslogtreecommitdiff
path: root/examples/colormapDialog.py
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2018-07-31 16:22:25 +0200
committerPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2018-07-31 16:22:25 +0200
commit159ef14fb9e198bb0066ea14e6b980f065de63dd (patch)
treebc37c7d4ba09ee59deb708897fa0571709aec293 /examples/colormapDialog.py
parent270d5ddc31c26b62379e3caa9044dd75ccc71847 (diff)
New upstream version 0.8.0+dfsg
Diffstat (limited to 'examples/colormapDialog.py')
-rw-r--r--examples/colormapDialog.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/colormapDialog.py b/examples/colormapDialog.py
index c663591..9ef6508 100644
--- a/examples/colormapDialog.py
+++ b/examples/colormapDialog.py
@@ -22,12 +22,12 @@
# THE SOFTWARE.
#
# ###########################################################################*/
-"""This script shows the features of a :mod:`~silx.gui.plot.ColormapDialog`.
+"""This script shows the features of a :mod:`~silx.gui.dialog.ColormapDialog`.
"""
__authors__ = ["V. Valls"]
__license__ = "MIT"
-__date__ = "19/01/2018"
+__date__ = "14/06/2018"
import functools
import numpy
@@ -38,8 +38,8 @@ except ImportError:
scipy = None
from silx.gui import qt
-from silx.gui.plot.ColormapDialog import ColormapDialog
-from silx.gui.plot.Colormap import Colormap
+from silx.gui.dialog.ColormapDialog import ColormapDialog
+from silx.gui.colors import Colormap
from silx.gui.plot.ColorBar import ColorBarWidget