PythonExtra/tests/import/rel_import_inv.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
79 B
Python
Raw Permalink Normal View History

try:
from . import foo
except:
print("Invalid relative import caught")