summaryrefslogtreecommitdiff
path: root/tests/import/import_file.py
blob: 4cf307641c62dde4bd366e384c2cbe30c35d3082 (plain)
1
2
3
4
5
6
7
if "__file__" not in globals():
    print("SKIP")
    raise SystemExit

import import1b

print(import1b.__file__)