comparison: eric6/MicroPython/MicroPythonCommandsInterface.py
eric6/MicroPython/MicroPythonCommandsInterface.py
- changeset 7229
- 53054eb5b15a
- parent 7208
- d30ac02a5f04
- child 7321
- 3642cc5df144
equal
deleted
inserted
replaced
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 |
9 |
10 from __future__ import unicode_literals |
|
11 |
10 |
12 import ast |
11 import ast |
13 import time |
12 import time |
14 import os |
13 import os |
15 |
14 |