eric6/MicroPython/CircuitPythonDevices.py

branch
micropython
changeset 7134
21d23ca51680
parent 7132
c4682cfcd160
child 7138
a2a53535d855
--- 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
         """

eric ide

mercurial