eric6/MicroPython/EspDevices.py

changeset 7780
41420f82c0ac
parent 7759
51aa6c6b66f7
child 7923
91e843545d9a
equal deleted inserted replaced
7779:757334671130 7780:41420f82c0ac
5 5
6 """ 6 """
7 Module implementing some utility functions and the MicroPythonDevice base 7 Module implementing some utility functions and the MicroPythonDevice base
8 class. 8 class.
9 """ 9 """
10
11 10
12 import sys 11 import sys
13 12
14 from PyQt5.QtCore import pyqtSlot, QProcess 13 from PyQt5.QtCore import pyqtSlot, QProcess
15 from PyQt5.QtWidgets import QDialog 14 from PyQt5.QtWidgets import QDialog

eric ide

mercurial