eric6/MicroPython/MicrobitDevices.py

branch
micropython
changeset 7134
21d23ca51680
parent 7126
376deb7fefe7
child 7161
728018c32b09
--- 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
         """

eric ide

mercurial