src/eric7/MicroPython/EthernetDialogs/__init__.py

Tue, 10 Oct 2023 18:05:17 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 10 Oct 2023 18:05:17 +0200
branch
eric7
changeset 10236
c270c9501f1c
parent 9878
a82014a9e57b
child 10439
21c28b0f9e41
permissions
-rw-r--r--

MicroPython interface
- Added code to the file manager widget to cope with attempts to load binary data as text.

# -*- coding: utf-8 -*-

# Copyright (c) 2023 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing Ethernet related dialogs.
"""

eric ide

mercurial