src/eric7/RemoteServerInterface/__init__.py@75b656c80a40
src/eric7/RemoteServerInterface/__init__.py
Mon, 19 Feb 2024 15:33:33 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Mon, 19 Feb 2024 15:33:33 +0100
- branch
- server
- changeset 10589
- 75b656c80a40
- parent 10531
-
3308e8349e4c
- child 11090
-
f5f5f5803935
- permissions
- -rw-r--r--
Added methods to read and write files with a given encoding to the eric-ide server file system interface and adapted the code accordingly.
# -*- coding: utf-8 -*-
# Copyright (c) 2024 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the components of the eric-ide remote server interface.
"""