1
0
forked from VimPlug/jedi

Some small import changes that fix a few of the broken test cases.

This commit is contained in:
Dave Halter
2015-04-21 17:31:43 +02:00
parent 18c4b5f7dc
commit 9b9049e574
3 changed files with 23 additions and 11 deletions

View File

@@ -2,6 +2,4 @@ a = ''
from . import invisible_pkg
the_pkg = invisible_pkg
invisible_pkg = 1

View File

@@ -121,9 +121,6 @@ def test_import_priorities():
from import_tree import the_pkg, invisible_pkg
#? int()
invisible_pkg
# The renamed invisible_pkg in that module (look at ``__init__.py``!)
#? float()
the_pkg.foo
# -----------------