17 from .MicroPythonFileSystemUtilities import ( |
17 from .MicroPythonFileSystemUtilities import ( |
18 mtime2string, mode2string, decoratedName, listdirStat |
18 mtime2string, mode2string, decoratedName, listdirStat |
19 ) |
19 ) |
20 |
20 |
21 |
21 |
22 # TODO: modify to use MicroPythonCommandsInterface |
|
23 class MicroPythonFileManager(QObject): |
22 class MicroPythonFileManager(QObject): |
24 """ |
23 """ |
25 Class implementing an interface to the device file system commands with |
24 Class implementing an interface to the device file system commands with |
26 some additional sugar. |
25 some additional sugar. |
27 |
26 |