eric6/MicroPython/EspDevices.py

changeset 7229
53054eb5b15a
parent 7174
de8175253dfc
child 7328
e2d85ef3fadb
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
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 10
11 from __future__ import unicode_literals
12 11
13 import sys 12 import sys
14 13
15 from PyQt5.QtCore import pyqtSlot 14 from PyQt5.QtCore import pyqtSlot
16 from PyQt5.QtWidgets import QDialog 15 from PyQt5.QtWidgets import QDialog

eric ide

mercurial