temporary import work

This commit is contained in:
David Halter
2012-08-03 12:18:48 +02:00
parent 7733642a26
commit a9fbb2edce
4 changed files with 30 additions and 8 deletions

View File

@@ -43,12 +43,19 @@ def scope_nested():
#? list
import_tree.pkg.a
#? ['sqrt']
import_tree.pkg.sqrt
#? ['a', 'pkg']
import_tree.
#? float()
import_tree.pkg.mod1.a
import import_tree.random
#? set
import_tree.random.a
# -----------------
# std lib modules
# -----------------