1
0
forked from VimPlug/jedi

Fix calculate_dotted_path_from_sys_path. It was broken beyond stupid.

This commit is contained in:
Dave Halter
2018-12-18 09:30:49 +01:00
parent 881ffadb5c
commit fcda62862c
5 changed files with 38 additions and 11 deletions

View File

@@ -145,7 +145,6 @@ class ModuleContext(ModuleMixin, TreeContext):
self._path = path
self._string_names = string_names
self.code_lines = code_lines
#print(self._path)
def _get_init_directory(self):
"""