eric7/MicroPython/MicroPythonGraphWidget.py

branch
eric7
changeset 8358
144a6b854f70
parent 8356
68ec9c3d4de5
child 8508
fbd629e65477
--- a/eric7/MicroPython/MicroPythonGraphWidget.py	Sat May 22 19:52:34 2021 +0200
+++ b/eric7/MicroPython/MicroPythonGraphWidget.py	Sat May 22 19:58:24 2021 +0200
@@ -22,8 +22,8 @@
 )
 from PyQt6.QtCharts import QChartView, QChart, QLineSeries, QValueAxis
 
-from E5Gui import EricMessageBox
-from E5Gui.EricApplication import ericApp
+from EricWidgets import EricMessageBox
+from EricWidgets.EricApplication import ericApp
 
 import UI.PixmapCache
 import Preferences

eric ide

mercurial