CPython semantics require searching the current directory if the import is not absolute (when "" is in sys.path). Fixes issue #6037.