updated/added import test (nested structures)

This commit is contained in:
David Halter
2012-08-02 13:49:40 +02:00
parent ffa736264e
commit 24f81ea75c
6 changed files with 60 additions and 2 deletions

View File

@@ -67,3 +67,18 @@ def c():
c
#! 0 ['def c']
c()
# -----------------
# imports
# -----------------
#! ['module import_tree']
import import_tree
#! ['module mod1']
import import_tree.mod1
#! ['module mod1']
from import_tree import mod1