comparison: eric6/MicroPython/MicroPythonCommandsInterface.py
eric6/MicroPython/MicroPythonCommandsInterface.py
- changeset 7780
- 41420f82c0ac
- parent 7628
- f904d0eef264
- child 7836
- 2f0d208b8137
equal
deleted
inserted
replaced
4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Module implementing some file system commands for MicroPython. |
7 Module implementing some file system commands for MicroPython. |
8 """ |
8 """ |
9 |
|
10 |
9 |
11 import ast |
10 import ast |
12 import time |
11 import time |
13 import os |
12 import os |
14 |
13 |