eric6/MicroPython/EspDevices.py

branch
micropython
changeset 7134
21d23ca51680
parent 7125
2028553ee58c
child 7161
728018c32b09
--- a/eric6/MicroPython/EspDevices.py	Mon Aug 12 14:55:08 2019 +0200
+++ b/eric6/MicroPython/EspDevices.py	Tue Aug 13 15:51:35 2019 +0200
@@ -20,7 +20,7 @@
 from E5Gui.E5Application import e5App
 
 from .MicroPythonDevices import MicroPythonDevice
-from .MicroPythonReplWidget import HAS_QTCHART
+from .MicroPythonWidget import HAS_QTCHART
 
 
 class EspDevice(MicroPythonDevice):
@@ -32,7 +32,7 @@
         Constructor
         
         @param microPythonWidget reference to the main MicroPython widget
-        @type MicroPythonReplWidget
+        @type MicroPythonWidget
         @param parent reference to the parent object
         @type QObject
         """

eric ide

mercurial