micropython-lib/python-stdlib/os
Jim Mussared ad9309b669 os: Import `path` automatically if available.
This matches CPython behavior:

```
>>> import os
>>> os.path.sep
'/'
```

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-09-13 14:31:24 +10:00
..
os os: Import `path` automatically if available. 2022-09-13 14:31:24 +10:00
manifest.py all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00