mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
...
This commit is contained in:
parent
66301591a2
commit
857eec66f1
1
tests/test2/__init__.py
Normal file
1
tests/test2/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
from ._a import D
|
1
tests/test2/_a.py
Normal file
1
tests/test2/_a.py
Normal file
@ -0,0 +1 @@
|
||||
from ._b import D
|
7
tests/test2/_b.py
Normal file
7
tests/test2/_b.py
Normal file
@ -0,0 +1,7 @@
|
||||
D = 10
|
||||
|
||||
try:
|
||||
import test
|
||||
exit(1)
|
||||
except ImportError:
|
||||
pass
|
Loading…
x
Reference in New Issue
Block a user