1
0
forked from VimPlug/jedi

Improvments to on import completion.

This commit is contained in:
Dave Halter
2014-11-26 02:13:24 +01:00
parent 149b4d8ad5
commit a940c31a86
3 changed files with 14 additions and 2 deletions

View File

@@ -446,6 +446,7 @@ class _Importer(object):
scope, rest = self.follow_file_system()
if rest:
# follow the rest of the import (not FS -> classes, functions)
return []
raise NotImplementedError
# old
return evaluator.follow_path(iter(rest), [scope], scope)