Add testcase for "from module import *".

This commit is contained in:
Paul Sokolovsky 2014-02-14 00:24:44 +02:00
parent b2e8c52298
commit e7299b5296
1 changed files with 2 additions and 0 deletions

2
tests/basics/import3a.py Normal file
View File

@ -0,0 +1,2 @@
from import1b import *
print(var)