eric6/MicroPython/MicroPythonFileManager.py

branch
micropython
changeset 7101
40506ba8680c
parent 7095
8e10acb1cd85
child 7108
4f6133a01c6a
equal deleted inserted replaced
7100:c4d9c28ebcd8 7101:40506ba8680c
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

eric ide

mercurial