src/eric7/RemoteServerInterface/EricServerFileSystemInterface.py

branch
server
changeset 10555
08e853c0c77b
parent 10548
d3e21f44887b
child 10561
be23a662d709
equal deleted inserted replaced
10551:d80184d38152 10555:08e853c0c77b
13 from PyQt6.QtCore import QEventLoop, QObject 13 from PyQt6.QtCore import QEventLoop, QObject
14 14
15 from eric7.RemoteServer.EricRequestCategory import EricRequestCategory 15 from eric7.RemoteServer.EricRequestCategory import EricRequestCategory
16 16
17 17
18 # TODO: sanitize all file name with FileSystemUtilities.plainFileName() 18 # TODO: sanitize all file names with FileSystemUtilities.plainFileName()
19 class EricServerFileSystemInterface(QObject): 19 class EricServerFileSystemInterface(QObject):
20 """ 20 """
21 Class implementing the file system interface to the eric-ide server. 21 Class implementing the file system interface to the eric-ide server.
22 """ 22 """
23 23

eric ide

mercurial