summaryrefslogtreecommitdiff
path: root/silx/gui/plot/items/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/gui/plot/items/__init__.py')
-rw-r--r--silx/gui/plot/items/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/silx/gui/plot/items/__init__.py b/silx/gui/plot/items/__init__.py
index 4d4eac0..0484025 100644
--- a/silx/gui/plot/items/__init__.py
+++ b/silx/gui/plot/items/__init__.py
@@ -32,7 +32,8 @@ __authors__ = ["T. Vincent"]
__license__ = "MIT"
__date__ = "22/06/2017"
-from .core import (Item, LabelsMixIn, DraggableMixIn, ColormapMixIn, # noqa
+from .core import (Item, DataItem, # noqa
+ LabelsMixIn, DraggableMixIn, ColormapMixIn, # noqa
SymbolMixIn, ColorMixIn, YAxisMixIn, FillMixIn, # noqa
AlphaMixIn, LineMixIn, ScatterVisualizationMixIn, # noqa
ComplexMixIn, ItemChangedType, PointsBase) # noqa