Skip to content

Commit

Permalink
Import from a single place.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole committed Nov 10, 2023
1 parent d79efcd commit e7c0ff5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions PyMca5/PyMcaGui/plotting/SilxMaskImageWidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@

import silx
from silx.gui.plot import PlotWidget
try:
from silx.gui.plot import PlotActions
except ImportError:
from PyMca5.PyMcaGui.plotting import SilxPlotActions as PlotActions
from PyMca5.PyMcaGui.plotting import SilxPlotActions as PlotActions

from silx.gui.plot import PlotToolButtons
from silx.gui.plot.MaskToolsWidget import MaskToolsWidget, MaskToolsDockWidget
Expand Down
2 changes: 0 additions & 2 deletions PyMca5/PyMcaGui/plotting/SilxPlotActions.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@
from silx.gui.plot.actions.control import *
from silx.gui.plot.actions.io import *
from silx.gui.plot.actions.histogram import PixelIntensitiesHistoAction


0 comments on commit e7c0ff5

Please sign in to comment.