--- a/eric6/MicroPython/MicrobitDevices.py Mon Aug 12 14:55:08 2019 +0200 +++ b/eric6/MicroPython/MicrobitDevices.py Tue Aug 13 15:51:35 2019 +0200 @@ -15,7 +15,7 @@ from PyQt5.QtCore import pyqtSlot, QStandardPaths from .MicroPythonDevices import MicroPythonDevice -from .MicroPythonReplWidget import HAS_QTCHART +from .MicroPythonWidget import HAS_QTCHART from E5Gui import E5MessageBox, E5FileDialog from E5Gui.E5Application import e5App @@ -33,7 +33,7 @@ Constructor @param microPythonWidget reference to the main MicroPython widget - @type MicroPythonReplWidget + @type MicroPythonWidget @param parent reference to the parent object @type QObject """