glob: Fix require of os-path.

Signed-off-by: Damien George <damien@micropython.org>
pull/603/head
Damien George 2023-02-01 12:05:20 +11:00
rodzic 212cb7790f
commit 2cd63d6cf4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
metadata(version="0.5.2")
require("os", unix_ffi=True)
require("os.path")
require("os-path")
require("re", unix_ffi=True)
require("fnmatch")