src/eric7/MicroPython/MicroPythonCommandsInterface.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9473
3f23dbf37dbe
equal deleted inserted replaced
9412:45e7bb09c120 9413:80c06d472826
21 QEventLoop, 21 QEventLoop,
22 ) 22 )
23 23
24 from .MicroPythonSerialPort import MicroPythonSerialPort 24 from .MicroPythonSerialPort import MicroPythonSerialPort
25 25
26 import Preferences 26 from eric7 import Preferences
27 27
28 28
29 class MicroPythonCommandsInterface(QObject): 29 class MicroPythonCommandsInterface(QObject):
30 """ 30 """
31 Class implementing some file system commands for MicroPython. 31 Class implementing some file system commands for MicroPython.

eric ide

mercurial