src/eric7/RemoteServerInterface/EricServerInterface.py

branch
server
changeset 10776
ec110553c5ab
parent 10775
fd8b7692c03d
child 10794
cd93fbb75019
equal deleted inserted replaced
10775:fd8b7692c03d 10776:ec110553c5ab
153 Private method to create and register the 'EditorConfig' eric-ide server 153 Private method to create and register the 'EditorConfig' eric-ide server
154 interface. 154 interface.
155 """ 155 """
156 from .EricServerEditorConfigInterface import EricServerEditorConfigInterface 156 from .EricServerEditorConfigInterface import EricServerEditorConfigInterface
157 157
158 self.__serviceInterfaces["editorconfig"] = EricServerEditorConfigInterface( 158 self.__serviceInterfaces["editorconfig"] = EricServerEditorConfigInterface(self)
159 self
160 )
161 159
162 def __createFilesystemInterface(self): 160 def __createFilesystemInterface(self):
163 """ 161 """
164 Private method to create and register the 'Filesystem' eric-ide server 162 Private method to create and register the 'Filesystem' eric-ide server
165 interface. 163 interface.

eric ide

mercurial