8357:a081458cc57b | 8358:144a6b854f70 |
---|---|
8 (i.e. those devices not specifically supported yet). | 8 (i.e. those devices not specifically supported yet). |
9 """ | 9 """ |
10 | 10 |
11 import os | 11 import os |
12 | 12 |
13 from E5Gui import EricMessageBox | 13 from EricWidgets import EricMessageBox |
14 | 14 |
15 from .MicroPythonDevices import MicroPythonDevice | 15 from .MicroPythonDevices import MicroPythonDevice |
16 from .MicroPythonWidget import HAS_QTCHART | 16 from .MicroPythonWidget import HAS_QTCHART |
17 | 17 |
18 import Preferences | 18 import Preferences |