forked from VimPlug/jedi
Fixed sys path scanning again.
This commit is contained in:
@@ -71,7 +71,7 @@ class BaseDefinition(object):
|
||||
if self.in_builtin_module():
|
||||
self.module_path = None
|
||||
else:
|
||||
self.module_path = self._module.path
|
||||
self.module_path = self._module.py__file__()
|
||||
"""Shows the file path of a module. e.g. ``/usr/lib/python2.7/os.py``"""
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user