comparison: eric6/MicroPython/MicroPythonFileSystemUtilities.py
eric6/MicroPython/MicroPythonFileSystemUtilities.py
- changeset 7229
- 53054eb5b15a
- parent 7137
- 4ed2573947ff
- child 7360
- 9190402e4505
equal
deleted
inserted
replaced
5 |
5 |
6 """ |
6 """ |
7 Module implementing some file system utility functions. |
7 Module implementing some file system utility functions. |
8 """ |
8 """ |
9 |
9 |
10 from __future__ import unicode_literals |
|
11 |
10 |
12 import time |
11 import time |
13 import stat |
12 import stat |
14 import os |
13 import os |
15 |
14 |