mirror of
https://github.com/micropython/micropython.git
synced 2026-05-01 21:30:14 +02:00
7373cbba6b
Signed-off-by: Damien George <damien@micropython.org>
8 lines
114 B
Python
8 lines
114 B
Python
if "__file__" not in globals():
|
|
print("SKIP")
|
|
raise SystemExit
|
|
|
|
import import1b
|
|
|
|
print(import1b.__file__)
|