Signed-off-by: Damien George <damien@micropython.org>
CPython semantics require searching the current directory if the import is not absolute (when "" is in sys.path). Fixes issue #6037.