src/eric7/MicroPython/WifiDialogs/__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 9776
210bf87ae5c7
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 WiFi related dialogs.
"""

eric ide

mercurial