eric7/MicroPython/MicroPythonDevices.py

branch
eric7
changeset 8358
144a6b854f70
parent 8356
68ec9c3d4de5
child 8462
34bb10914b21
equal deleted inserted replaced
8357:a081458cc57b 8358:144a6b854f70
12 import os 12 import os
13 13
14 from PyQt6.QtCore import pyqtSlot, QObject, QCoreApplication 14 from PyQt6.QtCore import pyqtSlot, QObject, QCoreApplication
15 from PyQt6.QtWidgets import QInputDialog 15 from PyQt6.QtWidgets import QInputDialog
16 16
17 from E5Gui.EricApplication import ericApp 17 from EricWidgets.EricApplication import ericApp
18 18
19 import UI.PixmapCache 19 import UI.PixmapCache
20 import Preferences 20 import Preferences
21 21
22 22

eric ide

mercurial