1
0
forked from VimPlug/jedi

Add py__package__ to the ModuleWrapper, which makes relative imports easy to implement and fixed a lot of other things.

This commit is contained in:
Dave Halter
2015-04-21 16:12:24 +02:00
parent 5c65e9cdaa
commit 18c4b5f7dc
4 changed files with 76 additions and 30 deletions

View File

@@ -119,8 +119,7 @@ def test_import_priorities():
See also #536.
"""
from import_tree import the_pkg, invisible_pkg
# TODO currently not enabled, later we should actually fix this.
##? int()
#? int()
invisible_pkg
# The renamed invisible_pkg in that module (look at ``__init__.py``!)
#? float()