src/eric7/MicroPython/Devices/CircuitPythonUpdater/__init__.py

Fri, 25 Oct 2024 09:47:48 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 25 Oct 2024 09:47:48 +0200
branch
eric7
changeset 11005
b918c6c2736b
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
permissions
-rw-r--r--

MicroPython Interface
- Modified dialog usage to always include a valid parent (needed for Wayland).

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

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

"""
Package implementing the updater and associated dialogs.
"""

eric ide

mercurial