fix problem with variables in from clauses, #268

This commit is contained in:
David Halter
2013-08-17 22:04:55 +04:30
parent a1d61e4855
commit a8e259763e
3 changed files with 25 additions and 2 deletions

View File

@@ -67,6 +67,12 @@ def scope_nested2():
#? []
import_tree.rename1
def from_names():
#? ['mod1']
from import_tree.pkg.
#? ['path']
from os.
def builtin_test():
#? ['math']
import math