src/eric7/MicroPython/BluetoothDialogs/__init__.py

Sat, 29 Jul 2023 16:45:57 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 29 Jul 2023 16:45:57 +0200
branch
eric7
changeset 10137
fe5195fba5f7
parent 9855
c9244db5566a
child 10439
21c28b0f9e41
permissions
-rw-r--r--

MicroPython Interface
- Fixed an issue causing syncing a filesystem to fail, if the device was lacking a directory.

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

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

"""
Package implementing Bluetooth related dialogs.
"""

eric ide

mercurial