forked from VimPlug/jedi
Remove some of the last py27 errors that were caused in combination with 3.6
This commit is contained in:
@@ -273,7 +273,7 @@ class Importer(object):
|
||||
This method is very similar to importlib's `_gcd_import`.
|
||||
"""
|
||||
import_parts = [
|
||||
i.value if isinstance(i, tree.Name) else i
|
||||
force_unicode(i.value if isinstance(i, tree.Name) else i)
|
||||
for i in import_path
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user