Import completion improvements.

This commit is contained in:
Dave Halter
2014-12-08 13:47:23 +01:00
parent 7cc2a07cd3
commit 6cc4d71822
3 changed files with 27 additions and 16 deletions

View File

@@ -25,6 +25,8 @@ import classes
#? ['timedelta']
from datetime import timedel
#? 21 []
from datetime.timedel import timedel
# should not be possible, because names can only be looked up 1 level deep.
#? []
@@ -59,7 +61,9 @@ import datetime.
#? []
import datetime.date
#? 18 ['import']
#? 17 ['import']
from import_tree import pkg
#? 18 ['import', 'pkg']
from import_tree. import pkg
#? 17 ['mod1', 'mod2', 'random', 'pkg', 'rename1', 'rename2', 'recurse_class1', 'recurse_class2']
from import_tree. import pkg