circuitpython/tools/mpremote/mpremote
Jim Mussared b4de697ad1 tools/mpremote: Fix exec_ -> exec in commands.py.
This was missed in the pyboard refactor and is preventing `cp -r` from
working.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-06-09 13:36:12 +10:00
..
__init__.py tools/mpremote: Use hatch to build mpremote package. 2023-02-24 11:40:22 +11:00
__main__.py tools/mpremote: Allow running mpremote with `python -m`. 2022-03-30 15:29:26 +11:00
commands.py tools/mpremote: Fix exec_ -> exec in commands.py. 2023-06-09 13:36:12 +10:00
console.py all: Fix cases of Python variable assigned but never used. 2023-05-02 16:36:05 +10:00
main.py all: Replace all uses of umodule in Python code. 2023-06-08 17:54:24 +10:00
mip.py tools/mpremote: Detach mpremote from pyboard.py. 2023-06-02 17:42:13 +10:00
repl.py tools/mpremote: Detach mpremote from pyboard.py. 2023-06-02 17:42:13 +10:00
transport.py tools/mpremote: Detach mpremote from pyboard.py. 2023-06-02 17:42:13 +10:00
transport_serial.py all: Replace all uses of umodule in Python code. 2023-06-08 17:54:24 +10:00