--- a/eric6/MicroPython/CircuitPythonDevices.py Mon Aug 12 14:55:08 2019 +0200 +++ b/eric6/MicroPython/CircuitPythonDevices.py Tue Aug 13 15:51:35 2019 +0200 @@ -17,7 +17,7 @@ from E5Gui import E5MessageBox from .MicroPythonDevices import MicroPythonDevice -from .MicroPythonReplWidget import HAS_QTCHART +from .MicroPythonWidget import HAS_QTCHART import Utilities @@ -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 """