Add testcase for "from module import *".
This commit is contained in:
parent
b2e8c52298
commit
e7299b5296
|
@ -0,0 +1,2 @@
|
||||||
|
from import1b import *
|
||||||
|
print(var)
|
Loading…
Reference in New Issue