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. |