micropython/tests/extmod/vfs_lfs_mount.py.exp
Damien George 7dffbfd22a extmod/vfs_lfsx: Fix import_stat so it takes into account current dir.
CPython semantics require searching the current directory if the import is
not absolute (when "" is in sys.path).

Fixes issue #6037.
2020-05-15 11:31:32 +10:00

9 lines
122 B
Plaintext

test <class 'VfsLfs1'>
hello from lfs
package
hello from lfs
test <class 'VfsLfs2'>
hello from lfs
package
hello from lfs