1
0
forked from VimPlug/jedi

Merge with master

This commit is contained in:
Dave Halter
2018-01-06 12:31:29 +01:00
10 changed files with 22 additions and 22 deletions

View File

@@ -257,7 +257,7 @@ class Importer(object):
# Since we know nothing about the call location of the sys.path,
# it's a possibility that the current directory is the origin of
# the Python execution.
sys_path_mod.insert(0, force_unicode(os.path.dirname(self.file_path)))
sys_path_mod.append(force_unicode(os.path.dirname(self.file_path)))
return in_path + sys_path_mod