summaryrefslogtreecommitdiff
path: root/silx/gui/plot/actions/PlotAction.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/gui/plot/actions/PlotAction.py')
-rw-r--r--silx/gui/plot/actions/PlotAction.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/silx/gui/plot/actions/PlotAction.py b/silx/gui/plot/actions/PlotAction.py
index 6eb9ba3..2983775 100644
--- a/silx/gui/plot/actions/PlotAction.py
+++ b/silx/gui/plot/actions/PlotAction.py
@@ -32,10 +32,9 @@ from __future__ import division
__authors__ = ["V.A. Sole", "T. Vincent", "P. Knobel"]
__license__ = "MIT"
-__date__ = "20/04/2017"
+__date__ = "03/01/2018"
-from collections import OrderedDict
import weakref
from silx.gui import icons
from silx.gui import qt