eric7/MicroPython/GenericMicroPythonDevices.py

branch
eric7
changeset 8358
144a6b854f70
parent 8356
68ec9c3d4de5
child 8881
54e42bc2437a
equal deleted inserted replaced
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

eric ide

mercurial