1
0
forked from VimPlug/jedi

goto / related_name fixed -> tests are passing again

This commit is contained in:
David Halter
2012-09-22 15:15:21 +02:00
parent 0c71a9d86a
commit 4735126f1b
5 changed files with 77 additions and 74 deletions

View File

@@ -116,7 +116,7 @@ func_with_import().sleep
# -----------------
#? ['sqlite3']
import sqlite
import sqlite3
#? ['classes']
import classes

View File

@@ -62,10 +62,10 @@ def a(): pass
#< (65,7) (68,0)
import colorama
import module_not_exists
#< (65,7) (68,0)
colorama
module_not_exists
@@ -74,5 +74,9 @@ colorama
from import_tree import rename1
#< (78,8) (3,0) (4,20) (6,0)
#< (78,8) (3,0) (4,20) (6,0) (81,32) (82,0) (6,0)
rename1.abc
#< (78,8) (3,0) (4,20) (6,0) (81,32) (82,0) (6,0)
from import_tree.rename1 import abc
abc