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 |