on import completion preparations.

This commit is contained in:
Dave Halter
2014-11-25 15:10:36 +01:00
parent 52d4aaebbe
commit e72eaf7a59
3 changed files with 19 additions and 5 deletions

View File

@@ -228,8 +228,7 @@ from import_tree import recurse_class1
#? ['a']
recurse_class1.C.a
# github #239 RecursionError
# TODO UNCOMMENT!!!!!!
##? ['a']
#? ['a']
recurse_class1.C().a
# -----------------

View File

@@ -4,6 +4,11 @@ def from_names():
#? ['path']
from os.
def from_names_goto():
from import_tree import pkg
#? pkg
from import_tree.pkg
def builtin_test():
#? ['math']
import math