Skip to content
GitLab
Explore
Sign in
TASTE
uPython-mirror
Repository
uPython-mirror
py
builtinimport.c
Find file
Blame
History
Permalink
builtinimport: Catch case when relative import happens without active package.
· c4045f57
Paul Sokolovsky
authored
Jun 27, 2015
CPython raises SystemError in this case, but we don't have that enabled, so raise ImportError.
c4045f57