mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-20 02:28:26 +08:00
fixed some evil bugs in the import mechanism and even worse: In helpers.fast_parent_copy.
This commit is contained in:
@@ -90,7 +90,7 @@ class Parser(CachedModule):
|
||||
name = name.rpartition('.')[0] # cut file type (normally .so)
|
||||
super(Parser, self).__init__(path=path, name=name)
|
||||
|
||||
self.sys_path = sys_path
|
||||
self.sys_path = list(sys_path)
|
||||
self._module = None
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user